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…

Vad är Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures är en Chrome-tillägg utvecklad av Vladimir Mikhaylovskiy, och dess huvudfunktion är "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Github Dark theme One Dark with ligatures-förlängningens CRX-fil

Ladda ner Github Dark theme One Dark with ligatures-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
Officiell webbadress https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Beskrivning This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Filstorlek 27.25 KB
Antal Installationer 382
Aktuell Version 0.11
Senast Uppdaterad 2017-10-19
Publiceringsdatum 2017-10-19
Betyg 4.00/5 Totalt 11 Betyg
Utvecklare Vladimir Mikhaylovskiy
Betalningssätt free
Tilläggswebbplats https://github.com/vovanmix/github-dark-theme
Stödda Språk 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"
    }
}