Omnibox App Launcher

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

O que é Omnibox App Launcher?

Omnibox App Launcher é uma extensão do Chrome desenvolvida por Breezewish, e sua principal característica é "Launch app from your Omnibox! (type 'app')".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Omnibox App Launcher

Baixe arquivos de extensão Omnibox App Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Omnibox App Launcher Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
URL Oficial https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde
Descrição Launch app from your Omnibox! (type 'app')
Tamanho do Arquivo 14.86 KB
Contagem de Instalações 4,297
Versão Atual 1.0.1
Última Atualização 2017-02-21
Data de Publicação 2017-02-21
Classificação 4.39/5 Total de 57 Avaliações
Desenvolvedor Breezewish
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/breeswish/OmniboxAppLauncher
URL da Página de Ajuda https://github.com/breeswish/OmniboxAppLauncher/issues
Idiomas Suportados 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"
        ]
    }
}