Lisäosan Copy Selected Tabs to Clipboard versiohistoria - 25 versiota
Copy Selected Tabs to Clipboard tekijä Piro (piro_or)
Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.
Uusin versio
Versio 1.6.7
Julkaistu 24. maalis 2025 - 71,57 ktYhteensopivuus: firefox 67.0 ja uudemmat- 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(...)%
.
- Add new functional placeholder:
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Lataa Firefox ja hanki laajennusTarvitset Firefoxin käyttääksesi tätä laajennusta- 1.6.7 (2025.3.25)
Vanhemmat versiot
Versio 1.6.6
Julkaistu 3. elo 2024 - 69,76 ktYhteensopivuus: firefox 67.0 ja uudemmat1.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".
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.6.5
Julkaistu 9. kesä 2024 - 69,84 ktYhteensopivuus: firefox 67.0 ja uudemmat1.6.5 (2024.6.9):- Add new functional placeholders:
%PREFIX(...)%
and%SUFFIX(...)%
to define text before/after while copied text.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Add new functional placeholders:
Versio 1.6.4
Julkaistu 18. touko 2024 - 69,62 ktYhteensopivuus: firefox 67.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Copy tabs correctly without any infinite loop, even if there is any tab having its ID at its
Versio 1.6.3
Julkaistu 9. huhti 2024 - 69,43 ktYhteensopivuus: firefox 67.0 ja uudemmat1.6.3 (2024.4.9):- Fix incompatibility around new clipboard API on Firefox 116 and later (by Decimation. Thanks!)
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.6.2
Julkaistu 14. marras 2023 - 69,25 ktYhteensopivuus: firefox 67.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.6.1
Julkaistu 13. marras 2023 - 68,71 ktYhteensopivuus: firefox 67.0 ja uudemmat1.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
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.6.0
Julkaistu 9. marras 2023 - 68,66 ktYhteensopivuus: firefox 67.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.5.2
Julkaistu 8. syys 2023 - 64,83 ktYhteensopivuus: firefox 64.0 ja uudemmat1.5.2 (2023.9.9):- Fix typo in the default format of HTML link
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.5.1
Julkaistu 11. loka 2022 - 64,84 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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)
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Accept a string which is not placeholders but wrapped with a pair of
Versio 1.5.0
Julkaistu 4. loka 2022 - 64,97 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Support
Versio 1.4.6
Julkaistu 12. syys 2022 - 64,37 ktYhteensopivuus: firefox 64.0 ja uudemmat1.4.6 (2022.9.12):- Copy data in rich text format more certainly.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.4.5
Julkaistu 16. maalis 2022 - 62,74 ktYhteensopivuus: firefox 64.0 ja uudemmat1.4.5 (2022.3.16):Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.4.4
Julkaistu 7. joulu 2021 - 62,73 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.4.3
Julkaistu 2. loka 2021 - 62,71 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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!)
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Add new placeholders
Versio 1.4.2
Julkaistu 5. touko 2021 - 60,56 ktYhteensopivuus: firefox 64.0 ja uudemmat1.4.2 (2021.5.5):- Add ability to copy all tabs when there is no multiselected tab.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.4.1
Julkaistu 2. joulu 2020 - 60,45 ktYhteensopivuus: firefox 64.0 ja uudemmat1.4.1 (2020.12.2):- Add an option to deactivate the desktop notification.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.4.0
Julkaistu 10. marras 2020 - 60,18 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.3.3
Julkaistu 7. elo 2020 - 60,71 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Fill
Versio 1.3.2
Julkaistu 2. elo 2020 - 60,03 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.3.1
Julkaistu 28. heinä 2020 - 59,82 ktYhteensopivuus: firefox 64.0 ja uudemmat1.3.1 (2020.7.29):- Copy tabs correctly even if there is any placeholder for content fields like
%DESCRIPTION%
.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Copy tabs correctly even if there is any placeholder for content fields like
Versio 1.3.0
Julkaistu 8. kesä 2020 - 59,11 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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
.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
- Add a new special placeholder function
Versio 1.2.3
Julkaistu 27. huhti 2020 - 55,97 ktYhteensopivuus: firefox 64.0 ja uudemmat1.2.3 (2020.4.28):- Handle dismissed semi-modal dialogs correctly.
- Optimize semi-modal dialogs a little.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.2.2
Julkaistu 24. huhti 2020 - 55,77 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
- Show popup windows correctly on Firefox ESR68. (regression on 1.2.0)
- 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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)
Versio 1.1.1
Julkaistu 19. maalis 2020 - 48,87 ktYhteensopivuus: firefox 64.0 ja uudemmat1.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.
Lähdekoodi julkaistu lisenssillä Mozillan julkinen lisenssi 2.0 (MPL)