Tab Group

Organize your tabs

什么是Tab Group?

Tab Group是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Organize your tabs”。

扩展截图

screenshot
screenshot

下载Tab Group扩展crx文件

下载Tab Group扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).                    

扩展基本信息

名称 Tab Group Tab Group
ID fdagimofkjchlmpjdgafapdkhdejfgfj
官方URL https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj
简介 Organize your tabs
文件大小 15.1 KB
安装次数 83
当前版本 1.1
更新时间 2014-10-17
上架时间 2014-10-17
评分 2.00/5 共6次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/JessicaFu/TabGroup
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Group",
    "version": "1.1",
    "description": "Organize your tabs",
    "browser_action": {
        "default_icon": "images\/new_directory.png",
        "default_popup": "tabGroups.html"
    },
    "permissions": [
        "tabs"
    ]
}