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…”。
擴展截圖
下載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 |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
官方網址 | 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" } } |