Omnibox App Launcher

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

ما هو Omnibox App Launcher؟

Omnibox App Launcher هو إضافة Chrome تم تطويرها بواسطة Breezewish، والميزة الرئيسية لها هي "Launch app from your Omnibox! (type 'app')".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Omnibox App Launcher

قم بتنزيل ملفات الامتداد Omnibox App Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        ]
    }
}