Drupal themer

A simple debug tool for Drupal themers

O que é Drupal themer?

Drupal themer é uma extensão do Chrome desenvolvida por chi-teck, e sua principal característica é "A simple debug tool for Drupal themers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drupal themer

Baixe arquivos de extensão Drupal themer 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

                        To start using enable theme debug mode on a target site and click Druplicon icon in the Chrome address bar.                    

Informações Básicas da Extensão

Nome Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
URL Oficial https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
Descrição A simple debug tool for Drupal themers
Tamanho do Arquivo 216 KB
Contagem de Instalações 296
Versão Atual 1.0.1
Última Atualização 2015-10-05
Data de Publicação 2015-10-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor chi-teck
Tipo de Pagamento free
Site da Extensão https://github.com/Chi-teck/drupal-themer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drupal themer",
    "permissions": [],
    "version": "1.0.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "\/images\/16-disabled.png",
        "default_title": "Enable theme debugging"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "content.js"
            ],
            "css": [
                "bower_components\/jquery-ui\/themes\/redmond\/jquery-ui.min.css",
                "bower_components\/jquery-ui\/themes\/redmond\/theme.css",
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map",
        "bower_components\/jquery-ui\/images\/*",
        "bower_components\/jquery-ui\/themes\/redmond\/images\/*"
    ],
    "description": "A simple debug tool for Drupal themers",
    "icons": {
        "16": "images\/16-enabled.png",
        "32": "images\/32-enabled.png",
        "64": "images\/64-enabled.png",
        "128": "images\/128-enabled.png"
    }
}