Easy Tab Clusters
Extension to cluster tabs with the same root URL.
Easy Tab Clustersとは何ですか?
Easy Tab ClustersはHao Fuによって開発されたChromeの拡張機能で、その主な機能は「Extension to cluster tabs with the same root URL.」です。
拡張機能のスクリーンショット
Easy Tab Clusters拡張機能のCRXファイルをダウンロード
Easy Tab Clusters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cluster tabs with the same root URL. - Display a window shows all the active tabs. - All the tabs are categorized by their root URL. - Links to all tabs under each category for fast access. Updates: - v1.8: small change to image - v1.7: new UI style - v1.6: updated new icons sets - v1.5: bug fix, active and highlighted tabs can't be closed - v1.4: bug fix, UI freeze after last active tab is closed (lose context) - v1.3: added close tab option It's a open source project. Source code: https://github.com/solosodium/TabCluster
拡張機能の基本情報
名前 | Easy Tab Clusters |
ID | boldbncpcgbpchbnoaciegjkgjabdkhg |
公式URL | https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg |
説明 | Extension to cluster tabs with the same root URL. |
ファイルサイズ | 61.24 KB |
インストール数 | 103 |
現在のバージョン | 1.8 |
最終更新日 | 2018-08-26 |
公開日 | 2018-08-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Hao Fu |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tab Clusters", "description": "Extension to cluster tabs with the same root URL.", "version": "1.8", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "list.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |