All-in-One Launcher

App launcher for All-in-One Messenger.

O que é All-in-One Launcher?

All-in-One Launcher é uma extensão do Chrome desenvolvida por http://allinone.im, e sua principal característica é "App launcher for All-in-One Messenger.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão All-in-One Launcher

Baixe arquivos de extensão All-in-One 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

                                            

Informações Básicas da Extensão

Nome All-in-One Launcher All-in-One Launcher
ID kkcnepbbpfpomjaooekbooncaiadgpaa
URL Oficial https://chrome.google.com/webstore/detail/all-in-one-launcher/kkcnepbbpfpomjaooekbooncaiadgpaa
Descrição App launcher for All-in-One Messenger.
Tamanho do Arquivo 20.2 KB
Contagem de Instalações 10,000
Versão Atual 0.0.4
Última Atualização 2016-07-24
Data de Publicação 2016-07-24
Classificação 4.33/5 Total de 84 Avaliações
Desenvolvedor http://allinone.im
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://allinone.im/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0rUpwXr8kvdB0yPFgdfGkYdsVJgzlvD\/ettcFPMPdyW4kTQok1u5GW9tCiIvZ8Gomxmx9VndIvdemQHdRGhOM54NRTex7PArvhJrE4AXaaZfp1CJCLxObUnilpnAWxP4gUXONhT0gU2kgXvX0qcS37dHuf+fa\/tcxiTDo46UvjUXE7nYYRUcNjyPvy29dB5L8kqVt8a\/7L325hQFxwVBd0OiIoNfj98cOZGnjwtuP8lsgpzdQ\/OKnI+1c7i4cHcouXecvZywmeZ5LBpyJN54IMCFKe7Ji3YUTGUe2in9prKSoZ+LjrHf9Pka\/81ahVbTENITSZAanHXRQVUuDValzwIDAQAB",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19-disabled.png",
            "38": "images\/icon-38-disabled.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    }
}