Box for tabs
This extension saves tabs for someday you need them.
Cos'è Box for tabs?
Box for tabs è un'estensione di Chrome sviluppata da https://lrednight.com, e la sua funzione principale è "This extension saves tabs for someday you need them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Box for tabs
Scarica i file di estensione Box for 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
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
Informazioni di Base sull'Estensione
Nome | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
URL Ufficiale | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
Descrizione | This extension saves tabs for someday you need them. |
Dimensione del File | 2.15 MB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.9.2 |
Ultimo Aggiornamento | 2015-04-23 |
Data di Pubblicazione | 2015-04-23 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | https://lrednight.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |