Drupal themer
A simple debug tool for Drupal themers
ما هو Drupal themer؟
Drupal themer هو إضافة Chrome تم تطويرها بواسطة chi-teck، والميزة الرئيسية لها هي "A simple debug tool for Drupal themers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Drupal themer
قم بتنزيل ملفات الامتداد Drupal themer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |