drupal-patch-color

Add coloration for drupal.org patch

drupal-patch-colorคืออะไร?

drupal-patch-color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keenegan และคุณลักษณะหลักของมันคือ "Add coloration for drupal.org patch"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย drupal-patch-color

ดาวน์โหลดไฟล์ส่วนขยาย drupal-patch-color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ drupal-patch-color drupal-patch-color
ID acnjdilmnleddbcipfcfbbmhlialepcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd
คำอธิบาย Add coloration for drupal.org patch
ขนาดไฟล์ 12.59 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2021-08-31
วันที่เผยแพร่ 2020-06-04
ผู้พัฒนา Keenegan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Keenegan/drupal-patch-color
URL หน้าช่วยเหลือ https://github.com/Keenegan/drupal-patch-color/issues
ภาษาที่รองรับ 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"
            ]
        }
    ]
}