Chrome Web Store Launcher (by Google)

The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.

O que é Chrome Web Store Launcher (by Google)?

Chrome Web Store Launcher (by Google) é uma extensão do Chrome desenvolvida por chrome-store-publisher, e sua principal característica é "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chrome Web Store Launcher (by Google)

Baixe arquivos de extensão Chrome Web Store Launcher (by Google) 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

                        The Chrome Web Store Launcher extension provides a quick and easy way to access your installed applications, define favorite apps, search for new apps, and visit the Chrome Web Store.

* Define up to 5 favorite apps for fast access
* Quickly and easily launch any of your installed apps
* Search the Chrome Web Store right from within the extension

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Informações Básicas da Extensão

Nome Chrome Web Store Launcher (by Google) Chrome Web Store Launcher (by Google)
ID gecgipfabdickgidpmbicneamekgbaej
URL Oficial https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej
Descrição The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Tamanho do Arquivo 30.36 KB
Contagem de Instalações 700,000
Versão Atual 1.2.4
Última Atualização 2019-09-05
Data de Publicação 2019-09-04
Classificação 4.36/5 Total de 1369 Avaliações
Desenvolvedor chrome-store-publisher
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Web Store Launcher (by Google)",
    "version": "1.2.4",
    "description": "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "browser_action_icon.png",
        "default_title": "Chrome Web Store Launcher",
        "default_popup": "popup.html"
    },
    "options_page": "options_page.html",
    "icons": {
        "48": "cwsbadge.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}