Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
什么是Dark Octo Themes?
Dark Octo Themes是由Craig MacGregor开发的Chrome扩展程序,该扩展的主要功能是“Allows you to view source code on GitHub with a dark theme instead of the default light theme.”。
扩展截图
下载Dark Octo Themes扩展crx文件
下载Dark Octo Themes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                     扩展基本信息
| 名称 |   |  
| ID | iahjlgmjhgemeebaflejbgfpojahcnng | 
| 官方URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng | 
| 简介 | Allows you to view source code on GitHub with a dark theme instead of the default light theme. | 
| 文件大小 | 365 KB | 
| 安装次数 | 121 | 
| 当前版本 | 1.17 | 
| 更新时间 | 2020-05-11 | 
| 上架时间 | 2020-05-11 | 
| 评分 | 3.50/5 共6次评分 | 
| 开发者 | Craig MacGregor | 
| 付费类型 | free | 
| 扩展官网 | http://allthingscraig.com | 
| 帮助页面URL | https://github.com/craigerm/dark-octo-themes | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}  |  |