Tab.Domainator
Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Tab.Domainatorとは何ですか?
Tab.Domainatorはbertoferによって開発されたChromeの拡張機能で、その主な機能は「Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them」です。
拡張機能のスクリーンショット
Tab.Domainator拡張機能のCRXファイルをダウンロード
Tab.Domainator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab. It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension. It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator
拡張機能の基本情報
名前 | Tab.Domainator |
ID | kifgblcabcanlajafepiimafnekjhplm |
公式URL | https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm |
説明 | Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them |
ファイルサイズ | 838 KB |
インストール数 | 11 |
現在のバージョン | 0.1.0 |
最終更新日 | 2016-08-18 |
公開日 | 2016-08-18 |
開発者 | bertofer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bertofer/chrome-tab-domainator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab.Domainator", "version": "0.1.0", "manifest_version": 2, "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "name": "Click to open the extension sidebar" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ "src\/page-sidebar\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |