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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tab Groups擴展crx文件

下載Tab Groups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        See the website readme.                    

擴展基本資訊

名稱 Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
官方網址 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\/*"
    ]
}