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 |
公式URL | 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 } |