Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Copy Selected Tabs to Clipboard 版本历史 - 25 个版本

Copy Selected Tabs to Clipboard 作者: Piro (piro_or)

评分 4.9 / 5
4.9 / 5 星
5
78
4
3
3
0
2
1
1
1
Copy Selected Tabs to Clipboard 版本历史 - 25 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.6.7

    发布于 2025年3月24日 - 71.57 KB
    适用于 firefox 67.0 及更高版本
    • 1.6.7 (2025.3.25)
      • Add new functional placeholder: %DELIMITER(...)% to override the delimiter.
      • Accept strings quoted with a pair of " or ' by %PREFIX(...)% and %SUFFIX(...)%.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.6.6

    发布于 2024年8月3日 - 69.76 KB
    适用于 firefox 67.0 及更高版本
    1.6.6 (2024.8.4):
    • The context menu command now behaves based on the user configuration correctly for a tree parent tab, even if you choose a reaction not "Copy Whole Tree" or "Copy Descendants".

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.5

    发布于 2024年6月9日 - 69.84 KB
    适用于 firefox 67.0 及更高版本
    1.6.5 (2024.6.9):
    • Add new functional placeholders: %PREFIX(...)% and %SUFFIX(...)% to define text before/after while copied text.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.4

    发布于 2024年5月18日 - 69.62 KB
    适用于 firefox 67.0 及更高版本
    1.6.4 (2024.5.18):
    • Copy tabs correctly without any infinite loop, even if there is any tab having its ID at its openerTabId, e.g. a tab after "detaching" from its opener by TST or something tree management addon.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.3

    发布于 2024年4月9日 - 69.43 KB
    适用于 firefox 67.0 及更高版本
    1.6.3 (2024.4.9):
    • Fix incompatibility around new clipboard API on Firefox 116 and later (by Decimation. Thanks!)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.2

    发布于 2023年11月14日 - 69.25 KB
    适用于 firefox 67.0 及更高版本
    1.6.2 (2023.11.14):
    • Prefer behavior and menu label for a tree parent consistently, for a context menu on a tree parent tab.
    • Add a context menu behavior choice for a tree parent which behave samely to the one for an individual tab.
    • Use icon colors same to Firefox's one.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.1

    发布于 2023年11月13日 - 68.71 KB
    适用于 firefox 67.0 及更高版本
    1.6.1 (2023.11.13):
    • Apply option to activate/deactivate context menu item on the content area even if only one format item is enabled. (regression on 1.6.0)
    • Don't show empty context menu item when all format items are disabled.
    • Use SVG icons in addons manager and other places

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.0

    发布于 2023年11月9日 - 68.66 KB
    适用于 firefox 67.0 及更高版本
    1.6.0 (2023.11.9):
    • Add ability to choose which tabs (individual tab, whole tree, tree descendants, or all tabs) are copied from sub menu.
    • Add ability to choose the delimiter of copied items from not only line breaks but spaces or tabs also.
    • Resolve indent of %TREE_INDENT()% for copied items consistently.
    • Copy whole tree by default when there is no multiselection and the context tab is a tree parent.
    • Support more tab management addons like Sideberry not only Tree Style Tab (by Lej77. Thanks!)
    • Rename the placeholder %TST_INDENT()% to %TREE_INDENT()% because other tab management addons are now supported. The old placeholder name is still available for backward compatibility.
    • Determine color of SVG icons for the platform color mode (dark or bright), based on the CSS prefers-color-scheme feature.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.5.2

    发布于 2023年9月8日 - 64.83 KB
    适用于 firefox 64.0 及更高版本
    1.5.2 (2023.9.9):
    • Fix typo in the default format of HTML link

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.5.1

    发布于 2022年10月11日 - 64.84 KB
    适用于 firefox 64.0 及更高版本
    1.5.1 (2022.10.12):
    • Accept a string which is not placeholders but wrapped with a pair of %, as-is instead of reporting "unknown placeholder" error. (regression on 1.5.0)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.5.0

    发布于 2022年10月4日 - 64.97 KB
    适用于 firefox 64.0 及更高版本
    1.5.0 (2022.10.4):
    • Support %HTML_SAFE(...)% (instead of placeholder variations suffixed with _HTML%), %MD_SAFE(...)% and %MD_LINK_TITLE_SAFE(...)% as functional placeholders. You can wrap arbitrary text with them and use as HTML/Markdown-safe text.
    • Support %ANY(...)% functional placeholder. It allows you to define formats with auto-fallback for multiple texts.
    • Nested placeholders are completely supported. You can combine %TST_INDENT(...)%, %REPLACE(...)%, and other functional placeholders in complex from.
    • Text literals wrapped with backquotes are now supported. It will useful for texts including both double quote and single quote.
    • Support separator type items. Items with title like ---- (two or more continuing same symbol characters) are treated as separators in the menu.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.6

    发布于 2022年9月12日 - 64.37 KB
    适用于 firefox 64.0 及更高版本
    1.4.6 (2022.9.12):
    • Copy data in rich text format more certainly.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.5

    发布于 2022年3月16日 - 62.74 KB
    适用于 firefox 64.0 及更高版本
    1.4.5 (2022.3.16):
    • Middle-click on context menu items now works as expected. (Fixed by FSpark, thanks!)
    • Functional placeholders now work as expected for multibyte characters. (Fixed by FSpark, thanks!)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.4

    发布于 2021年12月7日 - 62.73 KB
    适用于 firefox 64.0 及更高版本
    1.4.4 (2021.12.7):
    • Deactivate all notifications after clipboard operations certainly, with the option. It can be a workaround for the hanging up issue on some environment.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.3

    发布于 2021年10月2日 - 62.71 KB
    适用于 firefox 64.0 及更高版本
    1.4.3 (2021.10.1):
    • Add new placeholders %CONTAINER_NAME%, %CONTAINER_NAME_HTMLIFIED% (and aliases %CONTAINER_TITLE% and %CONTAINER_TITLE_HTMLIFIED): they will be filled as <container name>: if the tab is non-default container tab. (Suggested and implemented initially by natask, thanks!)
    • Add new functional placeholders %CONTAINER_NAME(prefix, suffix)%, %CONTAINER_NAME_HTMLIFIED(prefix, suffix)%: they will be filled as <prefix><container name><suffix> if the tab is non-default container tab. For example, %CONTAINER_NAME("[", "]")% for a tab with the container "Personal" will become [Personal].
    • Add new placeholders %CONTAINER_URL% and %CONTAINER_URL_HTMLIFIED% (URL for Open external links in a container). (Suggested and implemented initially by natask, thanks!)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.2

    发布于 2021年5月5日 - 60.56 KB
    适用于 firefox 64.0 及更高版本
    1.4.2 (2021.5.5):
    • Add ability to copy all tabs when there is no multiselected tab.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.1

    发布于 2020年12月2日 - 60.45 KB
    适用于 firefox 64.0 及更高版本
    1.4.1 (2020.12.2):
    • Add an option to deactivate the desktop notification.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4.0

    发布于 2020年11月10日 - 60.18 KB
    适用于 firefox 64.0 及更高版本
    1.4.0 (2020.11.10):
    • Add ability to copy the tree (or descendants) instead of a tab. (require Tree Style Tab)
    • Show notification message after successfully copied.
    • Fix wrong behaviors of "All Configs" UI: apply imported configs to options UI immediately and treat decimal values as valid for some numeric options.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.3

    发布于 2020年8月7日 - 60.71 KB
    适用于 firefox 64.0 及更高版本
    1.3.3 (2020.8.8):
    • Fill %DESCRIPTION% with OGP description if it is provided.
    • Fill %AUTHOR% with the Twitter account name of Twitter Card if it is provided.
    • Add an option to expose errors while getting author, description, and keywords from tab content.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.2

    发布于 2020年8月2日 - 60.03 KB
    适用于 firefox 64.0 及更高版本
    1.3.2 (2020.8.3):
    • Copy tabs as rich text data correctly even if there is no tab permitted to execute scripts.
    • Just ignore placeholders for content fields like %DESCRIPTION% for unpermitted tabs.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.1

    发布于 2020年7月28日 - 59.82 KB
    适用于 firefox 64.0 及更高版本
    1.3.1 (2020.7.29):
    • Copy tabs correctly even if there is any placeholder for content fields like %DESCRIPTION%.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.0

    发布于 2020年6月8日 - 59.11 KB
    适用于 firefox 64.0 及更高版本
    1.3.0 (2020.6.8):
    • Add a new special placeholder function %REPLACE(...)%. See also the automated test for its detailed spec.
    • Report errors as copied text.
    • Fallback to plain text copy when failed to copy a rich text.
    • Support rich text copy with dom.events.asyncClipboard.dataTransfer=true.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.3

    发布于 2020年4月27日 - 55.97 KB
    适用于 firefox 64.0 及更高版本
    1.2.3 (2020.4.28):
    • Handle dismissed semi-modal dialogs correctly.
    • Optimize semi-modal dialogs a little.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.2

    发布于 2020年4月24日 - 55.77 KB
    适用于 firefox 64.0 及更高版本
    1.2.2 (2020.4.25):
    • Improve implementation of semi-modal dialogs. Now it is more stable, more similar to native dialogs, more friendly for dark color scheme, and don't appear in the "Recently Closed Windows" list.
    1.2.1 (2020.4.24):
    • Show popup windows correctly on Firefox ESR68. (regression on 1.2.0)
    1.2.0 (2020.4.22):
    • Add ability to set an accesskey for each format with the & mark in the label.
    • Add ability to set custom keyboard shortcut for each format.
    • Show format choosed dialog as a semi-modal popup window.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.1

    发布于 2020年3月19日 - 48.87 KB
    适用于 firefox 64.0 及更高版本
    1.1.1 (2020.3.19):
    • Don't show top level context menu items when extra context menu items are globally hidden.
    • Show formats correctly even if they are not migrated yet.
    • Restore default formats correctly.
    • Drop support for Firefox 63 and older versions.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。