Github Dracula Theme

Custom Dracula Theme for Github.

什么是Github Dracula Theme?

Github Dracula Theme是由oguhpereira开发的Chrome扩展程序,该扩展的主要功能是“Custom Dracula Theme for Github.”。

扩展截图

screenshot

下载Github Dracula Theme扩展crx文件

下载Github Dracula Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 Github Dracula Theme Github Dracula Theme
ID fbjkldlneefcgjaepkpifipmakchhmno
官方URL https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno
简介 Custom Dracula Theme for Github.
文件大小 141 KB
安装次数 640
当前版本 1.1.1
更新时间 2022-09-07
上架时间 2022-09-07
评分 1.00/5 共1次评分
开发者 oguhpereira
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/oguhpereira/dracula-github
帮助页面URL https://github.com/oguhpereira/dracula-github
支持的语言 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
}