Button: Settings

Open the Settings with just one click.

O que é Button: Settings?

Button: Settings é uma extensão do Chrome desenvolvida por https://browser-extensions.com, e sua principal característica é "Open the Settings with just one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Button: Settings

Baixe arquivos de extensão Button: Settings 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 Button: Settings Button: Settings
ID llhljceoapbodnkbmpeahmbphilblllh
URL Oficial https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh
Descrição Open the Settings with just one click.
Tamanho do Arquivo 12.94 KB
Contagem de Instalações 1,454
Versão Atual 1.0.0
Última Atualização 2016-04-21
Data de Publicação 2016-04-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://browser-extensions.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://browser-extensions.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openSettings__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}