tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
Cos'è tabs2txt?
tabs2txt è un'estensione di Chrome sviluppata da zvxr.tech, e la sua funzione principale è "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tabs2txt
Scarica i file di estensione tabs2txt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
Informazioni di Base sull'Estensione
Nome | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
URL Ufficiale | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
Descrizione | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
Dimensione del File | 8.48 KB |
Conteggio Installazioni | 491 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-26 |
Data di Pubblicazione | 2017-04-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | zvxr.tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zvxr.net/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |