Drupal themer
A simple debug tool for Drupal themers
Drupal themer क्या है?
Drupal themer chi-teck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple debug tool for Drupal themers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drupal themer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To start using enable theme debug mode on a target site and click Druplicon icon in the Chrome address bar.
एक्सटेंशन की मूल जानकारी
नाम | Drupal themer |
ID | gjlghpombfhkhigbcphenialnhbeolhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd |
विवरण | A simple debug tool for Drupal themers |
फ़ाइल का आकार | 216 KB |
स्थापना संख्या | 296 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-10-05 |
प्रकाशन तिथि | 2015-10-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | chi-teck |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Chi-teck/drupal-themer |
समर्थित भाषाएँ | 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" } } |