Tab Store
An environment for tab storage.
Cos'è Tab Store?
Tab Store è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "An environment for tab storage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Store
Scarica i file di estensione Tab Store 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
A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.
Informazioni di Base sull'Estensione
Nome | |
ID | ceoengfplhhjknejgmkkbdnljebkdomd |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd |
Descrizione | An environment for tab storage. |
Dimensione del File | 18.65 MB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.7.0 |
Ultimo Aggiornamento | 2018-02-04 |
Data di Pubblicazione | 2018-02-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Store", "version": "0.7.0", "description": "An environment for tab storage.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "default_title": "Tab Store", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage", "tabs", "bookmarks" ] } |