drupal-patch-color

Add coloration for drupal.org patch

Was ist drupal-patch-color?

drupal-patch-color ist eine Chrome-Erweiterung, die von Keenegan entwickelt wurde, und ihr Hauptmerkmal ist "Add coloration for drupal.org patch".

Erweiterungsscreenshots

screenshot

drupal-patch-color-Erweiterungs-CRX-Datei herunterladen

Laden Sie drupal-patch-color-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

                        Web extension that adds color to patch files on https://www.drupal.org/
For more information, visit https://github.com/Keenegan/drupal-patch-color/                    

Grundlegende Informationen zur Erweiterung

Name drupal-patch-color drupal-patch-color
ID acnjdilmnleddbcipfcfbbmhlialepcd
Offizielle URL https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd
Beschreibung Add coloration for drupal.org patch
Dateigröße 12.59 KB
Installationsanzahl 44
Aktuelle Version 1.5.6
Letztes Update 2021-08-31
Veröffentlichungsdatum 2020-06-04
Entwickler Keenegan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Keenegan/drupal-patch-color
Hilfeseite URL https://github.com/Keenegan/drupal-patch-color/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "drupal-patch-color",
    "version": "1.5.6",
    "description": "Add coloration for drupal.org patch",
    "icons": {
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.drupal.org\/*.diff",
                "*:\/\/*.drupal.org\/*.patch",
                "*:\/\/git.drupalcode.org\/*.patch"
            ],
            "js": [
                "scripts\/script.js"
            ],
            "css": [
                "styles\/css\/styles.css"
            ]
        }
    ]
}