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 |
官方網址 | 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 |
電子郵箱 | [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'" } |