Dreditor

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

Hvad er Dreditor?

Dreditor er en Chrome-udvidelse udviklet af https://dreditor.unicorn.fail, og dens hovedfunktion er "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Dreditor-udvidelses-CRX-fil

Download Dreditor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
Officiel URL https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
Beskrivelse An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Filstørrelse 38.22 KB
Antal Installationer 2,891
Nuværende Version 1.2.17
Senest Opdateret 2018-01-29
Udgivelsesdato 2018-01-29
Bedømmelse 4.87/5 Samlet 30 Bedømmelser
Udvikler https://dreditor.unicorn.fail
Betalingsmetode free
Udvidelseswebsted https://dreditor.unicorn.fail
Hjælpeside-URL https://github.com/unicorn-fail/dreditor/issues
Understøttede Sprog 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\/*"
    ]
}