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…
¿Qué es Github Dark theme One Dark with ligatures?
Github Dark theme One Dark with ligatures es una extensión de Chrome desarrollada por Vladimir Mikhaylovskiy, y su función principal es "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Github Dark theme One Dark with ligatures
Descarga archivos de extensión Github Dark theme One Dark with ligatures en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
URL Oficial | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
Descripción | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
Tamaño del Archivo | 27.25 KB |
Cantidad de Instalaciones | 382 |
Versión Actual | 0.11 |
Última Actualización | 2017-10-19 |
Fecha de Publicación | 2017-10-19 |
Calificación | 4.00/5 Total de 11 Calificaciones |
Desarrollador | Vladimir Mikhaylovskiy |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/vovanmix/github-dark-theme |
Idiomas Soportados | 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" } } |