Dark Octo Themes

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

Vad är Dark Octo Themes?

Dark Octo Themes är en Chrome-tillägg utvecklad av Craig MacGregor, och dess huvudfunktion är "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

Tilläggsskärmbilder

screenshot

Ladda ner Dark Octo Themes-förlängningens CRX-fil

Ladda ner Dark Octo Themes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Officiell webbadress https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Beskrivning Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Filstorlek 365 KB
Antal Installationer 121
Aktuell Version 1.17
Senast Uppdaterad 2020-05-11
Publiceringsdatum 2020-05-11
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare Craig MacGregor
Betalningssätt free
Tilläggswebbplats http://allthingscraig.com
Hjälpsida URL https://github.com/craigerm/dark-octo-themes
Stödda Språk 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"
}