Tab Combine

Automaticlly combine tabs on the fly

Tab Combine क्या है?

Tab Combine dcohenb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automaticlly combine tabs on the fly"।

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

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

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

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

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
आधिकारिक URL https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
विवरण Automaticlly combine tabs on the fly
फ़ाइल का आकार 12.83 KB
स्थापना संख्या 118
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2018-03-24
प्रकाशन तिथि 2018-03-24
रेटिंग 3.00/5 कुल 6 रेटिंग्स
डेवलपर dcohenb
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}