Group Tabs
Groups tabs according to defined categories
什麼是Group Tabs?
Group Tabs是由Hari Raghunathan開發的Chrome擴展程式,該擴展的主要功能是“Groups tabs according to defined categories”。
擴展截圖
下載Group Tabs擴展crx文件
下載Group Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen! The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.
擴展基本資訊
名稱 | Group Tabs |
ID | ggidhmcepheeclhipelplplfbgbholdf |
官方網址 | https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf |
簡介 | Groups tabs according to defined categories |
檔案大小 | 349 KB |
安裝次數 | 144 |
目前版本 | 1.0 |
更新時間 | 2014-10-29 |
上架時間 | 2014-10-28 |
評分 | 3.80/5 共 5 次評分 |
開發者 | Hari Raghunathan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Tabs", "version": "1.0", "description": "Groups tabs according to defined categories ", "icons": { "16": "group_tabs_16.png", "48": "group_tabs_48.png", "128": "group_tabs_128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "group_tabs_19.png", "default_popup": "popup.html", "default_title": "Group tabs" }, "manifest_version": 2 } |