Tab Grouper
Consolidate your tabs into a list.
什麼是Tab Grouper?
Tab Grouper是由Leslie Heinzen開發的Chrome擴展程式,該擴展的主要功能是“Consolidate your tabs into a list.”。
擴展截圖
下載Tab Grouper擴展crx文件
下載Tab Grouper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tab Grouper will gobble up and close all of your open tabs, and spit them out into a list on a single, new, fresh tab.
擴展基本資訊
名稱 | ![]() |
ID | mbgligdomdgbbenibfnlociabpmidilp |
官方網址 | https://chrome.google.com/webstore/detail/tab-grouper/mbgligdomdgbbenibfnlociabpmidilp |
簡介 | Consolidate your tabs into a list. |
檔案大小 | 11.99 KB |
安裝次數 | 18 |
目前版本 | 0.3.0 |
更新時間 | 2018-05-10 |
上架時間 | 2018-05-10 |
開發者 | Leslie Heinzen |
付費類型 | free |
說明頁面URL | https://github.com/Zero-man/tab-grouper-chrome/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.3.0", "description": "Consolidate your tabs into a list.", "homepage_url": "https:\/\/github.com\/Zero-man\/tab-grouper-chrome", "icons": { "32": "icons\/fish-64.png", "48": "icons\/fish-64.png", "64": "icons\/fish-64.png" }, "background": { "scripts": [ "background.js" ] }, "commands": { "group-tabs": { "suggested_key": { "default": "Alt+Shift+G" }, "description": "Close all tabs." } }, "permissions": [ "tabs" ], "browser_action": { "browser_style": true, "default_icon": { "32": "icons\/fish-64.png" }, "default_title": "TabGrouper", "default_popup": "popup\/popup.html" } } |