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…
Was ist Github Dark theme One Dark with ligatures?
Github Dark theme One Dark with ligatures ist eine Chrome-Erweiterung, die von Vladimir Mikhaylovskiy entwickelt wurde, und ihr Hauptmerkmal ist "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".
Erweiterungsscreenshots
Github Dark theme One Dark with ligatures-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Dark theme One Dark with ligatures-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
Offizielle URL | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
Beschreibung | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
Dateigröße | 27.25 KB |
Installationsanzahl | 382 |
Aktuelle Version | 0.11 |
Letztes Update | 2017-10-19 |
Veröffentlichungsdatum | 2017-10-19 |
Bewertung | 4.00/5 Insgesamt 11 Bewertungen |
Entwickler | Vladimir Mikhaylovskiy |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vovanmix/github-dark-theme |
Unterstützte Sprachen | 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" } } |