Dreditor

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

Co to jest Dreditor?

Dreditor to rozszerzenie Chrome opracowane przez https://dreditor.unicorn.fail, a jego główną funkcją jest „An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dreditor

Pobierz pliki rozszerzeń Dreditor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
Oficjalny URL https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
Opis An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Rozmiar pliku 38.22 KB
Liczba instalacji 2,891
Aktualna Wersja 1.2.17
Ostatnia Aktualizacja 2018-01-29
Data Publikacji 2018-01-29
Ocena 4.87/5 Łącznie 30 Oceny
Deweloper https://dreditor.unicorn.fail
Typ Płatności free
Strona Rozszerzenia https://dreditor.unicorn.fail
Adres URL Strony Pomocy https://github.com/unicorn-fail/dreditor/issues
Obsługiwane Języki 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\/*"
    ]
}