Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Qu'est-ce que Dark Octo Themes ?
Dark Octo Themes est une extension Chrome développée par Craig MacGregor, et sa fonction principale est "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dark Octo Themes
Téléchargez les fichiers d'extension Dark Octo Themes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
URL Officiel | 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. |
Taille du Fichier | 365 KB |
Nombre d'Installations | 121 |
Version Actuelle | 1.17 |
Dernière Mise à Jour | 2020-05-11 |
Date de Publication | 2020-05-11 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | Craig MacGregor |
Type de Paiement | free |
Site Web de l'Extension | http://allthingscraig.com |
URL de la Page d'Aide | https://github.com/craigerm/dark-octo-themes |
Langues Prises en Charge | 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" } |