Dark Octo Themes

Allows you to view source code on GitHub with a dark theme instead of the default light theme.

Co to jest Dark Octo Themes?

Dark Octo Themes to rozszerzenie Chrome opracowane przez Craig MacGregor, a jego główną funkcją jest „Allows you to view source code on GitHub with a dark theme instead of the default light theme.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dark Octo Themes

Pobierz pliki rozszerzeń Dark Octo Themes 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

                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Oficjalny URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Opis Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Rozmiar pliku 365 KB
Liczba instalacji 121
Aktualna Wersja 1.17
Ostatnia Aktualizacja 2020-05-11
Data Publikacji 2020-05-11
Ocena 3.50/5 Łącznie 6 Oceny
Deweloper Craig MacGregor
Typ Płatności free
Strona Rozszerzenia http://allthingscraig.com
Adres URL Strony Pomocy https://github.com/craigerm/dark-octo-themes
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}