Tab Grouper
Let's you group your chrome tabs by domain
什么是Tab Grouper?
Tab Grouper是由Very Good Chrome Extensions开发的Chrome扩展程序,该扩展的主要功能是“Let's you group your chrome tabs by domain”。
扩展截图
下载Tab Grouper扩展crx文件
下载Tab Grouper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Group your tabs based on the url domain with a single click!
Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain.
Usage and limitations
• Only groups tabs if there is at least two tabs open with the same url domain.
• It will group only tabs in the current window.
• If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does.
0.0.2 changes
• Fixed bug
• Added an options page to allow reset of extension data in case of errors. 扩展基本信息
| 名称 | |
| ID | fkpmakflpdgeblkpdklpoohabkdghjpd |
| 官方URL | https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd |
| 简介 | Let's you group your chrome tabs by domain |
| 文件大小 | 228 KB |
| 安装次数 | 92 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2021-04-18 |
| 上架时间 | 2021-04-01 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Very Good Chrome Extensions |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Grouper",
"version": "0.0.2",
"manifest_version": 3,
"description": "Let's you group your chrome tabs by domain",
"permissions": [
"storage",
"tabs",
"tabGroups"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Tab Grouper"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"options_page": "options.html"
} | |