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).
Vad är Tab Commander?
Tab Commander är en Chrome-tillägg utvecklad av Matthew Hasbach, och dess huvudfunktion är "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".
Tilläggsskärmbilder
Ladda ner Tab Commander-förlängningens CRX-fil
Ladda ner Tab Commander-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Commander |
ID | hionageldjijhodeffdfbkecppfiadob |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob |
Beskrivning | Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled). |
Filstorlek | 3.76 MB |
Antal Installationer | 84 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-03-18 |
Publiceringsdatum | 2015-03-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Matthew Hasbach |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mjhasbach/tab-commander |
Hjälpsida URL | https://github.com/mjhasbach/tab-commander/issues |
Stödda Språk | 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" ] } |