Dreditor
An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
ما هو Dreditor؟
Dreditor هو إضافة Chrome تم تطويرها بواسطة https://dreditor.unicorn.fail، والميزة الرئيسية لها هي "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dreditor
قم بتنزيل ملفات الامتداد Dreditor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dreditor (short for Drupal editor and pronounced /'dɹɛdɪtə/) started as a simple idea for a (GreaseMonkey) browser user script to help module maintainers, Drupal core maintainers, and developers in general to review patches on http://drupal.org. Dreditor provides multiple applications/helpers for drupal.org and implements a concept of applications/namespaces/modules. The user script can re-use all available data on drupal.org as well as common Drupal development practices.
معلومات أساسية عن التمديد
الاسم | Dreditor |
ID | dhdpoembhlojpmehepeadblhglloobao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao |
الوصف | An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun). |
حجم الملف | 38.22 KB |
عدد التثبيتات | 2,891 |
النسخة الحالية | 1.2.17 |
آخر تحديث | 2018-01-29 |
تاريخ النشر | 2018-01-29 |
تقييم | 4.87/5 مجموع تقييمات 30 |
المطور | https://dreditor.unicorn.fail |
نوع الدفع | free |
موقع الإضافة | https://dreditor.unicorn.fail |
عنوان صفحة المساعدة | https://github.com/unicorn-fail/dreditor/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dreditor", "homepage_url": "https:\/\/dreditor.org", "version": "1.2.17", "description": "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).", "author": "Mark Carver", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.drupal.org\/*", "*:\/\/*.dreditor.org\/*", "*:\/\/*.devdrupal.org\/*" ], "js": [ "dreditor.js" ] } ], "permissions": [ "*:\/\/*.drupal.org\/*", "*:\/\/*.dreditor.org\/*", "*:\/\/*.devdrupal.org\/*" ] } |