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はMatthew Hasbachによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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" ] } |