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'est-ce que Github Dark theme One Dark with ligatures ?

Github Dark theme One Dark with ligatures est une extension Chrome développée par Vladimir Mikhaylovskiy, et sa fonction principale est "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Github Dark theme One Dark with ligatures

Téléchargez les fichiers d'extension Github Dark theme One Dark with ligatures au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
URL Officiel https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Description This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Taille du Fichier 27.25 KB
Nombre d'Installations 382
Version Actuelle 0.11
Dernière Mise à Jour 2017-10-19
Date de Publication 2017-10-19
Évaluation 4.00/5 Total 11 Évaluations
Développeur Vladimir Mikhaylovskiy
Type de Paiement free
Site Web de l'Extension https://github.com/vovanmix/github-dark-theme
Langues Prises en Charge 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"
    }
}