Automatically Group Tabs
Automatically group tabs by URL
什么是Automatically Group Tabs?
Automatically Group Tabs是由aximario开发的Chrome扩展程序,该扩展的主要功能是“Automatically group tabs by URL”。
扩展截图
下载Automatically Group Tabs扩展crx文件
下载Automatically Group Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab. 扩展基本信息
| 名称 | |
| ID | apdbpjooldepljcbgbcjefgodkmhenle |
| 官方URL | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
| 简介 | Automatically group tabs by URL |
| 文件大小 | 13.7 KB |
| 安装次数 | 76 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2022-05-29 |
| 上架时间 | 2022-05-16 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | aximario |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"default_locale": "zh_CN",
"description": "__MSG_extensionDescription__",
"version": "2.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"tabGroups"
],
"action": {
"default_title": "__MSG_optionsPageTitle__",
"default_icon": {
"16": "\/images\/tabgroups.png",
"32": "\/images\/tabgroups.png",
"48": "\/images\/tabgroups.png",
"128": "\/images\/tabgroups.png"
}
},
"icons": {
"16": "\/images\/tabgroups.png",
"32": "\/images\/tabgroups.png",
"48": "\/images\/tabgroups.png",
"128": "\/images\/tabgroups.png"
},
"options_page": "index.html"
} | |