Tabs Saver
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…
Cos'è Tabs Saver?
Tabs Saver è un'estensione di Chrome sviluppata da S., e la sua funzione principale è "Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabs Saver
Scarica i file di estensione Tabs Saver 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
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create folders to categorize and store your tabs, making it easy to access them whenever you need. Save your tabs with just one click and give each folder a custom name. Open all saved tabs at once with a single click or open specific folders individually. Stay organized and boost your productivity with Tab Saver!
Informazioni di Base sull'Estensione
Nome | Tabs Saver |
ID | aniebmmmmnpkggbnnjablneifehlkedc |
URL Ufficiale | https://chromewebstore.google.com/detail/tabs-saver/aniebmmmmnpkggbnnjablneifehlkedc |
Descrizione | Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create… |
Dimensione del File | 38.24 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 1.45 |
Ultimo Aggiornamento | 2023-05-11 |
Data di Pubblicazione | 2023-05-10 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | S. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabs Saver", "version": "1.45", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/developer.chrome.com\/*" ], "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |