Omnibox App Launcher

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

Wat is Omnibox App Launcher?

Omnibox App Launcher is een Chrome-extensie ontwikkeld door Breezewish, en de belangrijkste functie is "Launch app from your Omnibox! (type 'app')".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Omnibox App Launcher

Download Omnibox App Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Omnibox App Launcher Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
Officiële URL https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde
Beschrijving Launch app from your Omnibox! (type 'app')
Bestandsgrootte 14.86 KB
Aantal Installaties 4,297
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-02-21
Publicatiedatum 2017-02-21
Beoordeling 4.39/5 Totaal 57 Beoordelingen
Ontwikkelaar Breezewish
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/breeswish/OmniboxAppLauncher
Help Pagina-URL https://github.com/breeswish/OmniboxAppLauncher/issues
Ondersteunde Talen 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"
        ]
    }
}