drupal-patch-color

Add coloration for drupal.org patch

drupal-patch-color là gì?

drupal-patch-color là một tiện ích mở rộng Chrome được phát triển bởi Keenegan, và tính năng chính của nó là "Add coloration for drupal.org patch".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng drupal-patch-color

Tải xuống các tệp mở rộng drupal-patch-color dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên drupal-patch-color drupal-patch-color
ID acnjdilmnleddbcipfcfbbmhlialepcd
URL Chính Thức https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd
Mô tả Add coloration for drupal.org patch
Kích Thước Tệp 12.59 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2021-08-31
Ngày Phát Hành 2020-06-04
Nhà Phát Triển Keenegan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Keenegan/drupal-patch-color
URL Trang Trợ Giúp https://github.com/Keenegan/drupal-patch-color/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}