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).
Что такое Tab Commander?
Tab Commander - это расширение Chrome, разработанное Matthew Hasbach, и его основная функция - "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".
Снимки экрана расширения
Скачать файл CRX расширения Tab Commander
Скачайте файлы расширений Tab Commander в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Tab Commander |
ID | hionageldjijhodeffdfbkecppfiadob |
Официальный URL | https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob |
Описание | Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled). |
Размер файла | 3.76 MB |
Количество установок | 84 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2015-03-18 |
Дата публикации | 2015-03-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Matthew Hasbach |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mjhasbach/tab-commander |
URL страницы помощи | https://github.com/mjhasbach/tab-commander/issues |
Поддерживаемые языки | 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" ] } |