tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Cos'è tab2text?
tab2text è un'estensione di Chrome sviluppata da mikhuang, e la sua funzione principale è "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tab2text
Scarica i file di estensione tab2text 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
Want to edit your currently opened tabs as plaintext? Now you can. Usage ideas: - Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser - Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once - Sharing your currently opened tabs quickly in whatever application - ??? Pro tip: Add a keyboard shortcut to open the window quickly! Go to: More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T
Informazioni di Base sull'Estensione
Nome | tab2text |
ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
URL Ufficiale | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
Descrizione | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
Dimensione del File | 28.92 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-12-16 |
Data di Pubblicazione | 2016-12-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mikhuang |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tab2text", "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.", "version": "1.0.1", "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |