Drupal themer
A simple debug tool for Drupal themers
Cos'è Drupal themer?
Drupal themer è un'estensione di Chrome sviluppata da chi-teck, e la sua funzione principale è "A simple debug tool for Drupal themers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drupal themer
Scarica i file di estensione Drupal themer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
To start using enable theme debug mode on a target site and click Druplicon icon in the Chrome address bar. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjlghpombfhkhigbcphenialnhbeolhd |
| URL Ufficiale | https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd |
| Descrizione | A simple debug tool for Drupal themers |
| Dimensione del File | 216 KB |
| Conteggio Installazioni | 296 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2015-10-05 |
| Data di Pubblicazione | 2015-10-05 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | chi-teck |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Chi-teck/drupal-themer |
| Lingue Supportate | 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"
}
} | |