Export Tabs URLs
Save a list of all open tabs into a text file.
Cos'è Export Tabs URLs?
Export Tabs URLs è un'estensione di Chrome sviluppata da skend, e la sua funzione principale è "Save a list of all open tabs into a text file.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export Tabs URLs
Scarica i file di estensione Export Tabs URLs 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
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Informazioni di Base sull'Estensione
Nome | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
URL Ufficiale | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Descrizione | Save a list of all open tabs into a text file. |
Dimensione del File | 65.67 KB |
Conteggio Installazioni | 3,602 |
Versione Corrente | 0.2.13 |
Ultimo Aggiornamento | 2021-09-25 |
Data di Pubblicazione | 2021-09-25 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | skend |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/skend/export-tabs-urls |
URL della Pagina di Aiuto | https://github.com/skend/export-tabs-urls |
Lingue Supportate | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |