Tab Store
An environment for tab storage.
Was ist Tab Store?
Tab Store ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "An environment for tab storage.".
Erweiterungsscreenshots
Tab Store-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Store-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ceoengfplhhjknejgmkkbdnljebkdomd |
Offizielle URL | https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd |
Beschreibung | An environment for tab storage. |
Dateigröße | 18.65 MB |
Installationsanzahl | 40 |
Aktuelle Version | 0.7.0 |
Letztes Update | 2018-02-04 |
Veröffentlichungsdatum | 2018-02-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |