Dark Octo Themes

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

¿Qué es Dark Octo Themes?

Dark Octo Themes es una extensión de Chrome desarrollada por Craig MacGregor, y su función principal es "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dark Octo Themes

Descarga archivos de extensión Dark Octo Themes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
URL Oficial https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Descripción Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Tamaño del Archivo 365 KB
Cantidad de Instalaciones 121
Versión Actual 1.17
Última Actualización 2020-05-11
Fecha de Publicación 2020-05-11
Calificación 3.50/5 Total de 6 Calificaciones
Desarrollador Craig MacGregor
Tipo de Pago free
Sitio Web de la Extensión http://allthingscraig.com
URL de la Página de Ayuda https://github.com/craigerm/dark-octo-themes
Idiomas Soportados 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"
}