Versiegeschiedenis van Copy Selected Tabs to Clipboard - 25 versies
Copy Selected Tabs to Clipboard door Piro (piro_or)
Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.
Nieuwste versie
Versie 1.5.1
Uitgegeven op 11 okt. 2022 - 64,84 KBWerkt met firefox 64.0 en later1.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)
Broncode vrijgegeven onder Mozilla Public License 2.0
Firefox downloaden en de extensie ontvangenU hebt Firefox nodig om deze extensie te gebruiken- Accept a string which is not placeholders but wrapped with a pair of
Oudere versies
Versie 1.5.0
Uitgegeven op 4 okt. 2022 - 64,97 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
- Support
Versie 1.4.6
Uitgegeven op 12 sep. 2022 - 64,37 KBWerkt met firefox 64.0 en later1.4.6 (2022.9.12):- Copy data in rich text format more certainly.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.4.5
Uitgegeven op 16 mrt. 2022 - 62,74 KBWerkt met firefox 64.0 en later1.4.5 (2022.3.16):Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.4.4
Uitgegeven op 7 dec. 2021 - 62,73 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.4.3
Uitgegeven op 2 okt. 2021 - 62,71 KBWerkt met firefox 64.0 en later1.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!)
Broncode vrijgegeven onder Mozilla Public License 2.0
- Add new placeholders
Versie 1.4.2
Uitgegeven op 5 mei 2021 - 60,56 KBWerkt met firefox 64.0 en later1.4.2 (2021.5.5):- Add ability to copy all tabs when there is no multiselected tab.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.4.1
Uitgegeven op 2 dec. 2020 - 60,45 KBWerkt met firefox 64.0 en later1.4.1 (2020.12.2):- Add an option to deactivate the desktop notification.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.4.0
Uitgegeven op 10 nov. 2020 - 60,18 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.3.3
Uitgegeven op 7 aug. 2020 - 60,71 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
- Fill
Versie 1.3.2
Uitgegeven op 2 aug. 2020 - 60,03 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.3.1
Uitgegeven op 28 jul. 2020 - 59,82 KBWerkt met firefox 64.0 en later1.3.1 (2020.7.29):- Copy tabs correctly even if there is any placeholder for content fields like
%DESCRIPTION%
.
Broncode vrijgegeven onder Mozilla Public License 2.0
- Copy tabs correctly even if there is any placeholder for content fields like
Versie 1.3.0
Uitgegeven op 8 jun. 2020 - 59,11 KBWerkt met firefox 64.0 en later1.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
.
Broncode vrijgegeven onder Mozilla Public License 2.0
- Add a new special placeholder function
Versie 1.2.3
Uitgegeven op 27 apr. 2020 - 55,97 KBWerkt met firefox 64.0 en later1.2.3 (2020.4.28):- Handle dismissed semi-modal dialogs correctly.
- Optimize semi-modal dialogs a little.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.2.2
Uitgegeven op 24 apr. 2020 - 55,77 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.1.1
Uitgegeven op 19 mrt. 2020 - 48,87 KBWerkt met firefox 64.0 en later1.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.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.1.0
Uitgegeven op 18 mrt. 2020 - 48,82 KBWerkt met firefox 63.0 en later1.1.0 (2020.3.18):- Introduce "Enabled" checkbox for each format to hide it without deletion.
- Show menu item directly in the context menu when only one item is available.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.9
Uitgegeven op 5 mrt. 2020 - 42,04 KBWerkt met firefox 63.0 en later1.0.9 (2020.3.6):- Show in-content confirmation dialog correctly on lately versions of Firefox.
- Remove keyboard shorctut customization UI, because Firefox ESR68 has it.
- Uninitialized options page is now invisible.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.8
Uitgegeven op 18 sep. 2019 - 42,06 KBWerkt met firefox 63.0 en laterCorrect dynamic update of context menu items on user interactions in the options page.Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.7
Uitgegeven op 8 aug. 2019 - 41,97 KBWerkt met firefox 63.0 en later1.0.7 (2019.8.8):- Remove obsolete codes deprecated at Firefox 70.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.6
Uitgegeven op 24 mei 2019 - 41,96 KBWerkt met firefox 63.0 en later1.0.6 (2019.5.24):- Follow to changes on Tree Style Tab 3.0.12 and Multiple Tab Handler 3.0.7.
- Add ability to export and import all configurations except keyboard shortcuts. (Options => "Development" => "Debug mode" => "All Configs" => "Import/Export")
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.5
Uitgegeven op 3 jan. 2019 - 103,57 KBWerkt met firefox 63.0 en laterAdd ability co control visibility of context menu items for each: tab context menu and page context menu.Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.4
Uitgegeven op 14 dec. 2018 - 101,54 KBWerkt met firefox 63.0 en laterInvoke command from Multiple Tab Handler correctly.Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.3
Uitgegeven op 29 nov. 2018 - 101,13 KBWerkt met firefox 63.0 en later1.0.3 (2018.11.30):- Show context menu item without multiselection by default.
- Save removal of "copy to clipboard" formats correctly.
- Don't show horizontal scrollbar for options.
Broncode vrijgegeven onder Mozilla Public License 2.0
Versie 1.0.2
Uitgegeven op 2 nov. 2018 - 100,84 KBWerkt met firefox 63.0 en laterImprove compatibility with Multiple Tab Handler.Broncode vrijgegeven onder Mozilla Public License 2.0