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
官方網址 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"
    ]
}