Dreditor

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

Vad är Dreditor?

Dreditor är en Chrome-tillägg utvecklad av https://dreditor.unicorn.fail, och dess huvudfunktion är "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dreditor-förlängningens CRX-fil

Ladda ner Dreditor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
Officiell webbadress https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
Beskrivning An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Filstorlek 38.22 KB
Antal Installationer 2,891
Aktuell Version 1.2.17
Senast Uppdaterad 2018-01-29
Publiceringsdatum 2018-01-29
Betyg 4.87/5 Totalt 30 Betyg
Utvecklare https://dreditor.unicorn.fail
Betalningssätt free
Tilläggswebbplats https://dreditor.unicorn.fail
Hjälpsida URL https://github.com/unicorn-fail/dreditor/issues
Stödda Språk 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\/*"
    ]
}