Dreditor

An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).

Wat is Dreditor?

Dreditor is een Chrome-extensie ontwikkeld door https://dreditor.unicorn.fail, en de belangrijkste functie is "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dreditor

Download Dreditor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
Officiële URL https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
Beschrijving An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Bestandsgrootte 38.22 KB
Aantal Installaties 2,891
Huidige Versie 1.2.17
Laatst Bijgewerkt 2018-01-29
Publicatiedatum 2018-01-29
Beoordeling 4.87/5 Totaal 30 Beoordelingen
Ontwikkelaar https://dreditor.unicorn.fail
Betalingswijze free
Extensiewebsite https://dreditor.unicorn.fail
Help Pagina-URL https://github.com/unicorn-fail/dreditor/issues
Ondersteunde Talen 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\/*"
    ]
}