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
官方網址 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
}