Box for tabs
This extension saves tabs for someday you need them.
Was ist Box for tabs?
Box for tabs ist eine Chrome-Erweiterung, die von https://lrednight.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension saves tabs for someday you need them.".
Erweiterungsscreenshots
Box for tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Box for tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
Offizielle URL | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
Beschreibung | This extension saves tabs for someday you need them. |
Dateigröße | 2.15 MB |
Installationsanzahl | 19 |
Aktuelle Version | 0.9.2 |
Letztes Update | 2015-04-23 |
Veröffentlichungsdatum | 2015-04-23 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://lrednight.com |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |