Easy Tab Clusters

Extension to cluster tabs with the same root URL.

什麼是Easy Tab Clusters?

Easy Tab Clusters是由Hao Fu開發的Chrome擴展程式,該擴展的主要功能是“Extension to cluster tabs with the same root URL.”。

擴展截圖

screenshot

下載Easy Tab Clusters擴展crx文件

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

擴展使用說明

                        Cluster tabs with the same root URL.
    - Display a window shows all the active tabs.
    - All the tabs are categorized by their root URL.
    - Links to all tabs under each category for fast access.

Updates:
    - v1.8: small change to  image
    - v1.7: new UI style
    - v1.6: updated new icons sets
    - v1.5: bug fix, active and highlighted tabs can't be closed
    - v1.4: bug fix, UI freeze after last active tab is closed (lose context)
    - v1.3: added close tab option

It's a open source project. Source code: https://github.com/solosodium/TabCluster                    

擴展基本資訊

名稱 Easy Tab Clusters Easy Tab Clusters
ID boldbncpcgbpchbnoaciegjkgjabdkhg
官方網址 https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg
簡介 Extension to cluster tabs with the same root URL.
檔案大小 61.24 KB
安裝次數 103
目前版本 1.8
更新時間 2018-08-26
上架時間 2018-08-25
評分 5.00/5 共 2 次評分
開發者 Hao Fu
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Tab Clusters",
    "description": "Extension to cluster tabs with the same root URL.",
    "version": "1.8",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "list.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}