Dark Octo Themes

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

Wat is Dark Octo Themes?

Dark Octo Themes is een Chrome-extensie ontwikkeld door Craig MacGregor, en de belangrijkste functie is "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dark Octo Themes

Download Dark Octo Themes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Officiële URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Beschrijving Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Bestandsgrootte 365 KB
Aantal Installaties 121
Huidige Versie 1.17
Laatst Bijgewerkt 2020-05-11
Publicatiedatum 2020-05-11
Beoordeling 3.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Craig MacGregor
Betalingswijze free
Extensiewebsite http://allthingscraig.com
Help Pagina-URL https://github.com/craigerm/dark-octo-themes
Ondersteunde Talen 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"
}