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…

Hvad er Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures er en Chrome-udvidelse udviklet af Vladimir Mikhaylovskiy, og dens hovedfunktion er "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Github Dark theme One Dark with ligatures-udvidelses-CRX-fil

Download Github Dark theme One Dark with ligatures-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
Officiel URL https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Beskrivelse This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Filstørrelse 27.25 KB
Antal Installationer 382
Nuværende Version 0.11
Senest Opdateret 2017-10-19
Udgivelsesdato 2017-10-19
Bedømmelse 4.00/5 Samlet 11 Bedømmelser
Udvikler Vladimir Mikhaylovskiy
Betalingsmetode free
Udvidelseswebsted https://github.com/vovanmix/github-dark-theme
Understøttede Sprog 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"
    }
}