Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Hvad er Dark Octo Themes?
Dark Octo Themes er en Chrome-udvidelse udviklet af Craig MacGregor, og dens hovedfunktion er "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Udvidelsesskærmbilleder
Download Dark Octo Themes-udvidelses-CRX-fil
Download Dark Octo Themes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | iahjlgmjhgemeebaflejbgfpojahcnng |
| Officiel URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
| Beskrivelse | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
| Filstørrelse | 365 KB |
| Antal Installationer | 121 |
| Nuværende Version | 1.17 |
| Senest Opdateret | 2020-05-11 |
| Udgivelsesdato | 2020-05-11 |
| Bedømmelse | 3.50/5 Samlet 6 Bedømmelser |
| Udvikler | Craig MacGregor |
| Betalingsmetode | free |
| Udvidelseswebsted | http://allthingscraig.com |
| Hjælpeside-URL | https://github.com/craigerm/dark-octo-themes |
| Understøttede Sprog | 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"
} | |