Auto-Group Tabs
Automatically add tabs to your configured groups, based on their URL.
什么是Auto-Group Tabs?
Auto-Group Tabs是由https://loilo.de开发的Chrome扩展程序,该扩展的主要功能是“Automatically add tabs to your configured groups, based on their URL.”。
扩展截图
下载Auto-Group Tabs扩展crx文件
下载Auto-Group Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Categorize your frequently used websites and automatically add them to tab groups whenever you open them.
扩展基本信息
名称 | Auto-Group Tabs |
ID | danncghahncanipdoajmakdbeaophenb |
官方URL | https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb |
简介 | Automatically add tabs to your configured groups, based on their URL. |
文件大小 | 1.2 MB |
安装次数 | 15,285 |
当前版本 | 0.0.20 |
更新时间 | 2023-10-06 |
上架时间 | 2021-03-16 |
评分 | 4.75/5 共80次评分 |
开发者 | https://loilo.de |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/loilo/auto-group-tabs/issues |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": false, "page": "index.html?context=options" }, "action": { "default_popup": "index.html?context=popup" }, "permissions": [ "tabs", "tabGroups", "storage" ] } |