Tab Grouper
Find and manage your tabs easier.
什么是Tab Grouper?
Tab Grouper是由https://alexzran.com开发的Chrome扩展程序,该扩展的主要功能是“Find and manage your tabs easier.”。
扩展截图
下载Tab Grouper扩展crx文件
下载Tab Grouper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps you with:
Browse all tabs opened.
Click to jump to a tab.
Select and smart grouping all tabs by website.
Bookmark selected tabs in a folder and close them.
Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/ 扩展基本信息
| 名称 | |
| ID | dkiignmfiekgmokkmnpgohpcdolellbn |
| 官方URL | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
| 简介 | Find and manage your tabs easier. |
| 文件大小 | 9.62 KB |
| 安装次数 | 50 |
| 当前版本 | 0.0.0.6 |
| 更新时间 | 2023-01-16 |
| 上架时间 | 2022-02-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://alexzran.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chrome-tab-grouper.notion.site/ |
| 帮助页面URL | https://airtable.com/shr13uwuvCmGz3tBT |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Grouper",
"description": "Find and manage your tabs easier.",
"version": "0.0.0.6",
"manifest_version": 3,
"permissions": [
"tabs",
"bookmarks",
"tabGroups"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
} | |