Omnibox App Launcher

Launch app from your Omnibox! (type 'app')

Omnibox App Launcher क्या है?

Omnibox App Launcher Breezewish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch app from your Omnibox! (type 'app')"।

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

screenshot
screenshot
screenshot

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

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

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

                        Want to launch your installed Chrome Web Apps without clicking mouse?

Simply type 'app', press [space/tab], input the app name then press [enter] !

Example: app rest (Match installed apps which name is similar to 'rest')

Hotkey Hint: You can press Ctrl+L (Command+L for Mac users) to focus the Chrome address bar.                    

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

नाम Omnibox App Launcher Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
आधिकारिक URL https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde
विवरण Launch app from your Omnibox! (type 'app')
फ़ाइल का आकार 14.86 KB
स्थापना संख्या 4,297
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-02-21
प्रकाशन तिथि 2017-02-21
रेटिंग 4.39/5 कुल 57 रेटिंग्स
डेवलपर Breezewish
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/breeswish/OmniboxAppLauncher
सहायता पृष्ठ URL https://github.com/breeswish/OmniboxAppLauncher/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibox App Launcher",
    "short_name": "App Launcher",
    "description": "Launch app from your Omnibox! (type 'app')",
    "version": "1.0.1",
    "omnibox": {
        "keyword": "app"
    },
    "homepage_url": "https:\/\/github.com\/breeswish\/OmniboxAppLauncher",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png",
        "512": "assets\/icon_512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}