Easy Tab Clusters

Extension to cluster tabs with the same root URL.

Easy Tab Clusters क्या है?

Easy Tab Clusters Hao Fu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to cluster tabs with the same root URL."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Tab Clusters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}