Save All Tab URLs
Get the raw URLs of all your open tabs!
Cos'è Save All Tab URLs?
Save All Tab URLs è un'estensione di Chrome sviluppata da Erisa A, e la sua funzione principale è "Get the raw URLs of all your open tabs!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save All Tab URLs
Scarica i file di estensione Save All Tab 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
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
Informazioni di Base sull'Estensione
Nome | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
URL Ufficiale | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Descrizione | Get the raw URLs of all your open tabs! |
Dimensione del File | 13.36 KB |
Conteggio Installazioni | 1,851 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2019-10-14 |
Data di Pubblicazione | 2019-10-13 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Erisa A |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://erisa.uk/privacy |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |