Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Cos'è Dark Octo Themes?
Dark Octo Themes è un'estensione di Chrome sviluppata da Craig MacGregor, e la sua funzione principale è "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Octo Themes
Scarica i file di estensione Dark Octo Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iahjlgmjhgemeebaflejbgfpojahcnng |
| URL Ufficiale | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
| Descrizione | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
| Dimensione del File | 365 KB |
| Conteggio Installazioni | 121 |
| Versione Corrente | 1.17 |
| Ultimo Aggiornamento | 2020-05-11 |
| Data di Pubblicazione | 2020-05-11 |
| Valutazione | 3.50/5 Totale 6 Valutazioni |
| Sviluppatore | Craig MacGregor |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://allthingscraig.com |
| URL della Pagina di Aiuto | https://github.com/craigerm/dark-octo-themes |
| Lingue Supportate | 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"
} | |