Github Dracula Theme

Custom Dracula Theme for Github.

Github Dracula Theme là gì?

Github Dracula Theme là một tiện ích mở rộng Chrome được phát triển bởi oguhpereira, và tính năng chính của nó là "Custom Dracula Theme for Github.".

Ả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 Github Dracula Theme

Tải xuống các tệp mở rộng Github Dracula Theme 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

                        Extension to change the default variables of the github dark theme to those of the dracula-theme

https://github.com/oguhpereira/dracula-github                    

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

Tên Github Dracula Theme Github Dracula Theme
ID fbjkldlneefcgjaepkpifipmakchhmno
URL Chính Thức https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno
Mô tả Custom Dracula Theme for Github.
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 640
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-09-07
Ngày Phát Hành 2022-09-07
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển oguhpereira
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oguhpereira/dracula-github
URL Trang Trợ Giúp https://github.com/oguhpereira/dracula-github
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Dracula Theme",
    "version": "1.1.1",
    "description": "Custom Dracula Theme for Github.",
    "content_scripts": [
        {
            "css": [
                "dracula.css"
            ],
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*\/*",
                "http:\/\/github.com\/*\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3
}