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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}