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…
Apa itu Github Dark theme One Dark with ligatures?
Github Dark theme One Dark with ligatures adalah ekstensi Chrome yang dikembangkan oleh Vladimir Mikhaylovskiy, dan fitur utamanya adalah "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github Dark theme One Dark with ligatures
Unduh file ekstensi Github Dark theme One Dark with ligatures dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
URL Resmi | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
Deskripsi | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
Ukuran File | 27.25 KB |
Jumlah Instalasi | 382 |
Versi Saat Ini | 0.11 |
Terakhir Diperbarui | 2017-10-19 |
Tanggal Publikasi | 2017-10-19 |
Penilaian | 4.00/5 Total 11 Penilaian |
Pengembang | Vladimir Mikhaylovskiy |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vovanmix/github-dark-theme |
Bahasa yang Didukung | 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" } } |