Tab Groups
A variation of the firefox tab group feature for chrome.
什么是Tab Groups?
Tab Groups是由axolotl开发的Chrome扩展程序,该扩展的主要功能是“A variation of the firefox tab group feature for chrome.”。
扩展截图
下载Tab Groups扩展crx文件
下载Tab Groups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See the website readme. 扩展基本信息
| 名称 | |
| ID | gccimjdagnkcchleckogmciiefdngcgl |
| 官方URL | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
| 简介 | A variation of the firefox tab group feature for chrome. |
| 文件大小 | 2.09 MB |
| 安装次数 | 193 |
| 当前版本 | 0.1 |
| 更新时间 | 2015-03-18 |
| 上架时间 | 2015-03-18 |
| 评分 | 1.67/5 共15次评分 |
| 开发者 | axolotl |
| 付费类型 | free |
| 扩展官网 | https://github.com/Risto-Stevcev/tabgroups |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Groups",
"description": "A variation of the firefox tab group feature for chrome.",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"chrome:\/\/favicon\/*"
]
} | |