OmniTab

Quickly switch tabs using the omnibar

OmniTab क्या है?

OmniTab James Kwan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly switch tabs using the omnibar"।

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

screenshot

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

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

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

                        OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.                    

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

नाम OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
आधिकारिक URL https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
विवरण Quickly switch tabs using the omnibar
फ़ाइल का आकार 63.65 KB
स्थापना संख्या 378
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2013-02-20
प्रकाशन तिथि 2013-02-20
रेटिंग 4.31/5 कुल 13 रेटिंग्स
डेवलपर James Kwan
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OmniTab",
    "version": "1.2.1",
    "description": "Quickly switch tabs using the omnibar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "o"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}