Box for tabs
This extension saves tabs for someday you need them.
Qu'est-ce que Box for tabs ?
Box for tabs est une extension Chrome développée par https://lrednight.com, et sa fonction principale est "This extension saves tabs for someday you need them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Box for tabs
Téléchargez les fichiers d'extension Box for tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
URL Officiel | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
Description | This extension saves tabs for someday you need them. |
Taille du Fichier | 2.15 MB |
Nombre d'Installations | 19 |
Version Actuelle | 0.9.2 |
Dernière Mise à Jour | 2015-04-23 |
Date de Publication | 2015-04-23 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | https://lrednight.com |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |