Auto Group Tab
Auto group your Chrome tabs
什么是Auto Group Tab?
Auto Group Tab是由Huy Vu开发的Chrome扩展程序,该扩展的主要功能是“Auto group your Chrome tabs”。
扩展截图
下载Auto Group Tab扩展crx文件
下载Auto Group Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you. [Require Chrome version 89] How it works: 1. Define the groups and the addresses for each group 2. Open new tabs in your browser as usual 3. Click "Group Tab" to group all your tabs ***** See the video for a better instruction and demo ***** Jot a comment if you have any feedback for this extension, I'll reply you directly.
扩展基本信息
名称 | Auto Group Tab |
ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
官方URL | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
简介 | Auto group your Chrome tabs |
文件大小 | 230 KB |
安装次数 | 25 |
当前版本 | 1.0 |
更新时间 | 2021-05-09 |
上架时间 | 2021-05-08 |
开发者 | Huy Vu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Group Tab", "description": "Auto group your Chrome tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |