Save Tabs
Save your opened tabs as json or plain text
Cos'è Save Tabs?
Save Tabs è un'estensione di Chrome sviluppata da robeeeert, e la sua funzione principale è "Save your opened tabs as json or plain text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save Tabs
Scarica i file di estensione Save Tabs 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
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text. Currently, it includes the following features: - Save open tabs as JSON or plain text - Optionally save the tabs from all open windows - Optionally open the list in a new tab instead of saving it to a file - Optionally change the file name Specials: - Requires minimum permissions - Works completely offline - Does not upload your tab lists to any server
Informazioni di Base sull'Estensione
Nome | Save Tabs |
ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
URL Ufficiale | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
Descrizione | Save your opened tabs as json or plain text |
Dimensione del File | 12.91 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2017-04-23 |
Data di Pubblicazione | 2017-04-23 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | robeeeert |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/robeeeert/chrome-save-tabs |
URL della Pagina di Aiuto | https://github.com/robeeeert/chrome-save-tabs/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs", "description": "Save your opened tabs as json or plain text", "version": "0.2.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ] } |