Tab Commander
Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).
Was ist Tab Commander?
Tab Commander ist eine Chrome-Erweiterung, die von Matthew Hasbach entwickelt wurde, und ihr Hauptmerkmal ist "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".
Erweiterungsscreenshots
Tab Commander-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Commander-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
Tab Commander has the following features: - Only allow access to the domain of the active tab in the current window - Disallow access to the domain of the active tab in the current window - Hide the active tab in the current window - Hide all tabs except the active tab in the current window - Hide all tabs on the domain of the active tab in the current window - Hide all tabs that are not on the domain of the active tab in the current window - Manage hidden tabs. Hidden tabs can be removed or restored one at a time, a page at a time, or all at once. - Remove all data (hidden tabs, allowed / blocked domains, and settings) Hidden tabs, allowed / blocked domains, and settings are saved using the chrome.storage.sync API, which means those preferences will automatically be synced to all Chrome browsers you are logged in to, provided you have sync enabled.
Grundlegende Informationen zur Erweiterung
Name | Tab Commander |
ID | hionageldjijhodeffdfbkecppfiadob |
Offizielle URL | https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob |
Beschreibung | Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled). |
Dateigröße | 3.76 MB |
Installationsanzahl | 84 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-03-18 |
Veröffentlichungsdatum | 2015-03-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Matthew Hasbach |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mjhasbach/tab-commander |
Hilfeseite URL | https://github.com/mjhasbach/tab-commander/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Commander", "description": "Block access to domains and hide \/ restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).", "version": "1.0.1", "browser_action": { "default_icon": "src\/img\/icon128.png", "default_popup": "src\/html\/popup.html" }, "icons": { "128": "src\/img\/icon128.png" }, "background": { "scripts": [ "bower_components\/lodash\/lodash.js", "bower_components\/jquery\/dist\/jquery.js", "src\/js\/common.js", "src\/js\/events.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "webNavigation" ] } |