Github Dark theme One Dark with ligatures

This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…

什么是Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures是由Vladimir Mikhaylovskiy开发的Chrome扩展程序,该扩展的主要功能是“This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Github Dark theme One Dark with ligatures扩展crx文件

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

扩展使用说明

                        This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. 
Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).                    

扩展基本信息

名称 Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
官方URL https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
简介 This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
文件大小 27.25 KB
安装次数 382
当前版本 0.11
更新时间 2017-10-19
上架时间 2017-10-19
评分 4.00/5 共11次评分
开发者 Vladimir Mikhaylovskiy
付费类型 free
扩展官网 https://github.com/vovanmix/github-dark-theme
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Dark theme One Dark with ligatures",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "css": [
                "app\/app.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}