SuperTabs

SuperTabs allows you to list and search current open tabs and switch to them quickly.

SuperTabs क्या है?

SuperTabs https://hamedmp.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SuperTabs allows you to list and search current open tabs and switch to them quickly."।

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever lost in the open tabs of your browser? Do you know how many open tabs you have at the moment? 

SuperTabs allows you to list and search current open tabs and switch to them quickly.

You can search for tabs based on their titles. The number of open tabs is shown as badge counter. By selecting the title of the tabs, it will get activated. You can navigate through the search result using Tab button and pressing Enter will activate that tab. 

For opening the pop up, use the shortcut of Cmd+E on Mac and Ctrl+E on Windows. Video here: https://youtu.be/uad9mZknUDk

Enjoying it? Cheer me up by buying me a coffee, I love it: buymeacoff.ee/hamedmp                    

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

नाम SuperTabs SuperTabs
ID mlgnpmfabelpnbinakibjcaibnfdnpkn
आधिकारिक URL https://chromewebstore.google.com/detail/supertabs/mlgnpmfabelpnbinakibjcaibnfdnpkn
विवरण SuperTabs allows you to list and search current open tabs and switch to them quickly.
फ़ाइल का आकार 40.65 KB
स्थापना संख्या 2,683
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-05-28
प्रकाशन तिथि 2018-05-28
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर https://hamedmp.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/HamedMP/SuperTabs
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuperTabs",
    "description": "SuperTabs allows you to list and search current open tabs and switch to them quickly.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "64": "assets\/icon_64.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SuperTabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "global": true
        }
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}