TabGroups
Provides organisational control over related tabs
什麼是TabGroups?
TabGroups是由Peter Mareš開發的Chrome擴展程式,該擴展的主要功能是“Provides organisational control over related tabs”。
擴展截圖
下載TabGroups擴展crx文件
下載TabGroups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Google Chrome extension that gives you organisational control over your related browser tabs Features The extension gives you the following options to manage your tabs: Current window - Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending) - Move all similar tabs (to the current page) in the current window to a new window. - Close all similar tabs (to the current page) in the current window. All windows - Move all similar tabs (to the current page) from all windows to a new window. - Close all similar tabs (to the current page) from all windows
擴展基本資訊
名稱 | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
官方網址 | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
簡介 | Provides organisational control over related tabs |
檔案大小 | 14.71 KB |
安裝次數 | 113 |
目前版本 | 0.1.0 |
更新時間 | 2014-06-19 |
上架時間 | 2014-06-18 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Peter Mareš |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGroups", "description": "Provides organisational control over related tabs", "version": "0.1.0", "author": "Peter Mares", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "menuhandler.js" ] } } |