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
扩展基本信息
名称 | |
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" } } |