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…

Cos'è Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures è un'estensione di Chrome sviluppata da Vladimir Mikhaylovskiy, e la sua funzione principale è "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Github Dark theme One Dark with ligatures

Scarica i file di estensione Github Dark theme One Dark with ligatures in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
URL Ufficiale https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Descrizione This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Dimensione del File 27.25 KB
Conteggio Installazioni 382
Versione Corrente 0.11
Ultimo Aggiornamento 2017-10-19
Data di Pubblicazione 2017-10-19
Valutazione 4.00/5 Totale 11 Valutazioni
Sviluppatore Vladimir Mikhaylovskiy
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vovanmix/github-dark-theme
Lingue Supportate 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"
    }
}