Dark Octo Themes

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

Co je Dark Octo Themes?

Dark Octo Themes je rozšíření Chrome vyvinuté Craig MacGregor, a jeho hlavní funkcí je „Allows you to view source code on GitHub with a dark theme instead of the default light theme.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dark Octo Themes

Stáhněte si soubory rozšíření Dark Octo Themes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Oficiální URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Popis Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Velikost souboru 365 KB
Počet instalací 121
Aktuální Verze 1.17
Poslední Aktualizace 2020-05-11
Datum Vydání 2020-05-11
Hodnocení 3.50/5 Celkem 6 Hodnocení
Vývojář Craig MacGregor
Typ Platby free
Webové stránky Rozšíření http://allthingscraig.com
URL Stránky Nápovědy https://github.com/craigerm/dark-octo-themes
Podporované Jazyky 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"
}