Drupal themer

A simple debug tool for Drupal themers

Qu'est-ce que Drupal themer ?

Drupal themer est une extension Chrome développée par chi-teck, et sa fonction principale est "A simple debug tool for Drupal themers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Drupal themer

Téléchargez les fichiers d'extension Drupal themer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
URL Officiel https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
Description A simple debug tool for Drupal themers
Taille du Fichier 216 KB
Nombre d'Installations 296
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-10-05
Date de Publication 2015-10-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur chi-teck
Type de Paiement free
Site Web de l'Extension https://github.com/Chi-teck/drupal-themer
Langues Prises en Charge 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"
    }
}