Omnibox App Launcher

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

Co to jest Omnibox App Launcher?

Omnibox App Launcher to rozszerzenie Chrome opracowane przez Breezewish, a jego główną funkcją jest „Launch app from your Omnibox! (type 'app')”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Omnibox App Launcher

Pobierz pliki rozszerzeń Omnibox App Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Omnibox App Launcher Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
Oficjalny URL https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde
Opis Launch app from your Omnibox! (type 'app')
Rozmiar pliku 14.86 KB
Liczba instalacji 4,297
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-02-21
Data Publikacji 2017-02-21
Ocena 4.39/5 Łącznie 57 Oceny
Deweloper Breezewish
E-mail hi@breeswish.org
Typ Płatności free
Strona Rozszerzenia https://github.com/breeswish/OmniboxAppLauncher
Adres URL Strony Pomocy https://github.com/breeswish/OmniboxAppLauncher/issues
Obsługiwane Języki 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"
        ]
    }
}