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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| URL หน้าช่วยเหลือ | 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\/*"
]
} | |