Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
什么是Auto Tab Group?
Auto Tab Group是由ron.troyer开发的Chrome扩展程序,该扩展的主要功能是“This extension will automatically group tabs by domain if a group already exists with only that domain in the group.”。
扩展截图
下载Auto Tab Group扩展crx文件
下载Auto Tab Group扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!
扩展基本信息
名称 | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
官方URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
简介 | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
文件大小 | 15.59 KB |
安装次数 | 10 |
当前版本 | 1.4 |
更新时间 | 2021-05-10 |
上架时间 | 2021-03-18 |
评分 | 5.00/5 共1次评分 |
开发者 | ron.troyer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/j0be/AutoTabGroup |
帮助页面URL | https://github.com/j0be/AutoTabGroup |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Tab Group", "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.", "version": "1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "tabGroups" ], "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" } } |