Omnibox App Launcher

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

Omnibox App Launcher là gì?

Omnibox App Launcher là một tiện ích mở rộng Chrome được phát triển bởi Breezewish, và tính năng chính của nó là "Launch app from your Omnibox! (type 'app')".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omnibox App Launcher

Tải xuống các tệp mở rộng Omnibox App Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omnibox App Launcher Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
URL Chính Thức https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde
Mô tả Launch app from your Omnibox! (type 'app')
Kích Thước Tệp 14.86 KB
Số Lần Cài Đặt 4,297
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-02-21
Ngày Phát Hành 2017-02-21
Đánh Giá 4.39/5 Tổng số 57 Đánh Giá
Nhà Phát Triển Breezewish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/breeswish/OmniboxAppLauncher
URL Trang Trợ Giúp https://github.com/breeswish/OmniboxAppLauncher/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}