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"
    }
}