Github Dracula Theme

Custom Dracula Theme for Github.

Wat is Github Dracula Theme?

Github Dracula Theme is een Chrome-extensie ontwikkeld door oguhpereira, en de belangrijkste functie is "Custom Dracula Theme for Github.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Github Dracula Theme

Download Github Dracula Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension to change the default variables of the github dark theme to those of the dracula-theme

https://github.com/oguhpereira/dracula-github                    

Basisinformatie over de Extensie

Naam Github Dracula Theme Github Dracula Theme
ID fbjkldlneefcgjaepkpifipmakchhmno
Officiële URL https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno
Beschrijving Custom Dracula Theme for Github.
Bestandsgrootte 141 KB
Aantal Installaties 640
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-09-07
Publicatiedatum 2022-09-07
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar oguhpereira
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/oguhpereira/dracula-github
Help Pagina-URL https://github.com/oguhpereira/dracula-github
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Dracula Theme",
    "version": "1.1.1",
    "description": "Custom Dracula Theme for Github.",
    "content_scripts": [
        {
            "css": [
                "dracula.css"
            ],
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*\/*",
                "http:\/\/github.com\/*\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3
}