drupal-patch-color

Add coloration for drupal.org patch

What is drupal-patch-color?

drupal-patch-color is a Chrome extension developed by Keenegan, and its main feature is "Add coloration for drupal.org patch".

Extension Screenshots

screenshot

Download drupal-patch-color Extension CRX File

Download drupal-patch-color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name drupal-patch-color drupal-patch-color
ID acnjdilmnleddbcipfcfbbmhlialepcd
Official URL https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd
Description Add coloration for drupal.org patch
File Size 12.59 KB
Installation Count 44
Current Version 1.5.6
Last Updated 2021-08-31
Publish Date 2020-06-04
Developer Keenegan
Email [email protected]
Payment Type free
Extension Website https://github.com/Keenegan/drupal-patch-color
Help Page URL https://github.com/Keenegan/drupal-patch-color/issues
Supported Languages 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"
            ]
        }
    ]
}