Drupal themer

A simple debug tool for Drupal themers

Co je Drupal themer?

Drupal themer je rozšíření Chrome vyvinuté chi-teck, a jeho hlavní funkcí je „A simple debug tool for Drupal themers“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Drupal themer

Stáhněte si soubory rozšíření Drupal themer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
Oficiální URL https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
Popis A simple debug tool for Drupal themers
Velikost souboru 216 KB
Počet instalací 296
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-10-05
Datum Vydání 2015-10-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář chi-teck
Typ Platby free
Webové stránky Rozšíření https://github.com/Chi-teck/drupal-themer
Podporované Jazyky 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"
    }
}