Tab Saver
Save your tabs to use them later
Cos'è Tab Saver?
Tab Saver è un'estensione di Chrome sviluppata da Make Your Life Better, e la sua funzione principale è "Save your tabs to use them later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Saver
Scarica i file di estensione Tab 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 an open source tool to save your tabs. You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off! You can use it with a basic popup. Your data is not stored at anywhere but your computer. It's pure, secure and useful. You can contact me for bug reporting, feature demanding etc. Code: https://github.com/i01000101/Chrome-Tab-Saver
Informazioni di Base sull'Estensione
Nome | Tab Saver |
ID | ebkmnfjbmmfeogbaokjedeigicecplje |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
Descrizione | Save your tabs to use them later |
Dimensione del File | 218 KB |
Conteggio Installazioni | 895 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-14 |
Data di Pubblicazione | 2021-04-13 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Make Your Life Better |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Saver", "version": "1.0.0", "description": "Save your tabs to use them later", "action": { "default_icon": "icons\/boxIcon.png", "default_popup": "popup.html", "default_title": "Tab Saver" }, "permissions": [ "tabs", "tabGroups", "storage", "unlimitedStorage" ], "icons": { "512": "icons\/boxIcon.png" } } |