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…

Wat is Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures is een Chrome-extensie ontwikkeld door Vladimir Mikhaylovskiy, en de belangrijkste functie is "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Github Dark theme One Dark with ligatures

Download Github Dark theme One Dark with ligatures-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
Officiële URL https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Beschrijving This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Bestandsgrootte 27.25 KB
Aantal Installaties 382
Huidige Versie 0.11
Laatst Bijgewerkt 2017-10-19
Publicatiedatum 2017-10-19
Beoordeling 4.00/5 Totaal 11 Beoordelingen
Ontwikkelaar Vladimir Mikhaylovskiy
Betalingswijze free
Extensiewebsite https://github.com/vovanmix/github-dark-theme
Ondersteunde Talen 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"
    }
}