Smart Tab Groups
Automatically manages your tabs by URL!
什么是Smart Tab Groups?
Smart Tab Groups是由melenbowl开发的Chrome扩展程序,该扩展的主要功能是“Automatically manages your tabs by URL!”。
扩展截图
下载Smart Tab Groups扩展crx文件
下载Smart Tab Groups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.
Sources
- Extension icons: https://www.freepik.com 扩展基本信息
| 名称 | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| 官方URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| 简介 | Automatically manages your tabs by URL! |
| 文件大小 | 12.52 KB |
| 安装次数 | 121 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-02-18 |
| 上架时间 | 2021-02-18 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | melenbowl |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Tab Groups",
"version": "1.0",
"description": "Automatically manages your tabs by URL!",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/tab16.png",
"32": "images\/tab32.png",
"64": "images\/tab64.png",
"128": "images\/tab128.png"
},
"manifest_version": 2
} | |