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…

Co to jest Github Dark theme One Dark with ligatures?

Github Dark theme One Dark with ligatures to rozszerzenie Chrome opracowane przez Vladimir Mikhaylovskiy, a jego główną funkcją jest „This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Github Dark theme One Dark with ligatures

Pobierz pliki rozszerzeń Github Dark theme One Dark with ligatures w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
Oficjalny URL https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Opis This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Rozmiar pliku 27.25 KB
Liczba instalacji 382
Aktualna Wersja 0.11
Ostatnia Aktualizacja 2017-10-19
Data Publikacji 2017-10-19
Ocena 4.00/5 Łącznie 11 Oceny
Deweloper Vladimir Mikhaylovskiy
Typ Płatności free
Strona Rozszerzenia https://github.com/vovanmix/github-dark-theme
Obsługiwane Języki 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"
    }
}