Group Your Tabs
When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists
Group Your Tabsとは何ですか?
Group Your Tabsはpotapov.vitaliyによって開発されたChromeの拡張機能で、その主な機能は「When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists」です。
拡張機能のスクリーンショット
Group Your Tabs拡張機能のCRXファイルをダウンロード
Group Your Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: - group tabs per domain - group search results - group rarely used tabs
拡張機能の基本情報
名前 | Group Your Tabs |
ID | chaoejepfhlcelgpicelfccoiojpiofn |
公式URL | https://chromewebstore.google.com/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn |
説明 | When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists |
ファイルサイズ | 66.76 KB |
インストール数 | 11,016 |
現在のバージョン | 1.7 |
最終更新日 | 2015-02-15 |
公開日 | 2015-02-15 |
評価 | 3.50/5 合計 148 レビュー |
開発者 | potapov.vitaliy |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "version": "1.7", "author": "Vitaliy Potapov", "manifest_version": 2, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/group-your-tabs\/chaoejepfhlcelgpicelfccoiojpiofn", "default_locale": "en", "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": { "19": "img\/kpager-19.png", "38": "img\/kpager-38.png" } }, "icons": { "16": "img\/kpager-16.png", "48": "img\/kpager-48.png", "128": "img\/kpager-128.png" }, "background": { "scripts": [ "bg\/utils.js", "bg\/debug.js", "bg\/storage.js", "bg\/onmessage.js", "bg\/onupdate.js", "bg\/serp.js", "bg\/rarely.js", "bg\/opened-pages.js", "bg\/background.js", "bg\/context-menu.js", "bg\/button.js" ], "persistent": true }, "options_page": "options\/options.html" } |