Drupal themer
A simple debug tool for Drupal themers
Vad är Drupal themer?
Drupal themer är en Chrome-tillägg utvecklad av chi-teck, och dess huvudfunktion är "A simple debug tool for Drupal themers".
Tilläggsskärmbilder
Ladda ner Drupal themer-förlängningens CRX-fil
Ladda ner Drupal themer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
To start using enable theme debug mode on a target site and click Druplicon icon in the Chrome address bar. Grundläggande Information om Tillägg
| Namn | |
| ID | gjlghpombfhkhigbcphenialnhbeolhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd |
| Beskrivning | A simple debug tool for Drupal themers |
| Filstorlek | 216 KB |
| Antal Installationer | 296 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2015-10-05 |
| Publiceringsdatum | 2015-10-05 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | chi-teck |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Chi-teck/drupal-themer |
| Stödda Språk | 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"
}
} | |