drupal-patch-color

Add coloration for drupal.org patch

Apa itu drupal-patch-color?

drupal-patch-color adalah ekstensi Chrome yang dikembangkan oleh Keenegan, dan fitur utamanya adalah "Add coloration for drupal.org patch".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi drupal-patch-color

Unduh file ekstensi drupal-patch-color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama drupal-patch-color drupal-patch-color
ID acnjdilmnleddbcipfcfbbmhlialepcd
URL Resmi https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd
Deskripsi Add coloration for drupal.org patch
Ukuran File 12.59 KB
Jumlah Instalasi 44
Versi Saat Ini 1.5.6
Terakhir Diperbarui 2021-08-31
Tanggal Publikasi 2020-06-04
Pengembang Keenegan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Keenegan/drupal-patch-color
URL Halaman Bantuan https://github.com/Keenegan/drupal-patch-color/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}