Dark Octo Themes

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

What is Dark Octo Themes?

Dark Octo Themes is a Chrome extension developed by Craig MacGregor, and its main feature is "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

Extension Screenshots

screenshot

Download Dark Octo Themes Extension CRX File

Download Dark Octo Themes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Official URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Description Allows you to view source code on GitHub with a dark theme instead of the default light theme.
File Size 365 KB
Installation Count 121
Current Version 1.17
Last Updated 2020-05-11
Publish Date 2020-05-11
Rating 3.50/5 Total 6 Ratings
Developer Craig MacGregor
Payment Type free
Extension Website http://allthingscraig.com
Help Page URL https://github.com/craigerm/dark-octo-themes
Supported Languages 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"
}