Dreditor
An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
What is Dreditor?
Dreditor is a Chrome extension developed by https://dreditor.unicorn.fail, and its main feature is "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".
Extension Screenshots
Download Dreditor Extension CRX File
Download Dreditor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dreditor |
ID | dhdpoembhlojpmehepeadblhglloobao |
Official URL | https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao |
Description | An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun). |
File Size | 38.22 KB |
Installation Count | 2,891 |
Current Version | 1.2.17 |
Last Updated | 2018-01-29 |
Publish Date | 2018-01-29 |
Rating | 4.87/5 Total 30 Ratings |
Developer | https://dreditor.unicorn.fail |
Payment Type | free |
Extension Website | https://dreditor.unicorn.fail |
Help Page URL | https://github.com/unicorn-fail/dreditor/issues |
Supported Languages | 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\/*" ] } |