Tabco - Search between open tabs

Search between tabs, find duplicate easily. Tabco is a simple tool to help you save time.

Tabco - Search between open tabs क्या है?

Tabco - Search between open tabs ChromeStar - Tab Guru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search between tabs, find duplicate easily. Tabco is a simple tool to help you save time."।

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

screenshot
screenshot

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

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

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

                        How many tabs on your Chrome is open right now? 

Mac: ⌘ + Shift + L Windows: Mac: Ctrl+Shift+L

Tabco is valuable for those who love multitasking with a lot of open tab in any particular time, This Simple chrome tool will help you to search between tabs and switch. 

Features
Use Hot key to search between tabs
Search with Website name                    

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

नाम Tabco - Search between open tabs Tabco - Search between open tabs
ID gdlfpemlflmabfaaldihflcbokikbcgk
आधिकारिक URL https://chromewebstore.google.com/detail/tabco-search-between-open/gdlfpemlflmabfaaldihflcbokikbcgk
विवरण Search between tabs, find duplicate easily. Tabco is a simple tool to help you save time.
फ़ाइल का आकार 161 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.7.4
अंतिम अपडेट 2019-07-24
प्रकाशन तिथि 2019-07-19
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर ChromeStar - Tab Guru
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabco - Search between open tabs",
    "description": "Search between tabs, find duplicate easily. Tabco is a simple tool to help you save time.",
    "version": "0.7.4",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "browser_action_icon.png",
        "default_title": "Tabco - Comand+shift+l or ctrl+shift+l"
    },
    "icons": {
        "48": "browser_action_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "showTabSwitcher": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Toggle feature"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/js\/sanitize-html.js",
                "assets\/js\/jquery.js",
                "assets\/js\/keymaster.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/tab-switcher.css"
            ]
        }
    ],
    "manifest_version": 2
}