Dreditor
An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Was ist Dreditor?
Dreditor ist eine Chrome-Erweiterung, die von https://dreditor.unicorn.fail entwickelt wurde, und ihr Hauptmerkmal ist "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".
Erweiterungsscreenshots
Dreditor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dreditor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dreditor |
ID | dhdpoembhlojpmehepeadblhglloobao |
Offizielle URL | https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao |
Beschreibung | An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun). |
Dateigröße | 38.22 KB |
Installationsanzahl | 2,891 |
Aktuelle Version | 1.2.17 |
Letztes Update | 2018-01-29 |
Veröffentlichungsdatum | 2018-01-29 |
Bewertung | 4.87/5 Insgesamt 30 Bewertungen |
Entwickler | https://dreditor.unicorn.fail |
Zahlungsart | free |
Erweiterungswebsite | https://dreditor.unicorn.fail |
Hilfeseite URL | https://github.com/unicorn-fail/dreditor/issues |
Unterstützte Sprachen | 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\/*" ] } |