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).
Qu'est-ce que Tab Commander ?
Tab Commander est une extension Chrome développée par Matthew Hasbach, et sa fonction principale est "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Commander
Téléchargez les fichiers d'extension Tab Commander 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
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.
Informations de Base sur l'Extension
Nom | Tab Commander |
ID | hionageldjijhodeffdfbkecppfiadob |
URL Officiel | https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob |
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). |
Taille du Fichier | 3.76 MB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-03-18 |
Date de Publication | 2015-03-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Matthew Hasbach |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mjhasbach/tab-commander |
URL de la Page d'Aide | https://github.com/mjhasbach/tab-commander/issues |
Langues Prises en Charge | 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" ] } |