Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Was ist Dark Octo Themes?
Dark Octo Themes ist eine Chrome-Erweiterung, die von Craig MacGregor entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Erweiterungsscreenshots
Dark Octo Themes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dark Octo Themes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iahjlgmjhgemeebaflejbgfpojahcnng |
| Offizielle URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
| Beschreibung | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
| Dateigröße | 365 KB |
| Installationsanzahl | 121 |
| Aktuelle Version | 1.17 |
| Letztes Update | 2020-05-11 |
| Veröffentlichungsdatum | 2020-05-11 |
| Bewertung | 3.50/5 Insgesamt 6 Bewertungen |
| Entwickler | Craig MacGregor |
| Zahlungsart | free |
| Erweiterungswebsite | http://allthingscraig.com |
| Hilfeseite URL | https://github.com/craigerm/dark-octo-themes |
| Unterstützte Sprachen | 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"
} | |