Github Dracula Theme

Custom Dracula Theme for Github.

Hvad er Github Dracula Theme?

Github Dracula Theme er en Chrome-udvidelse udviklet af oguhpereira, og dens hovedfunktion er "Custom Dracula Theme for Github.".

Udvidelsesskærmbilleder

screenshot

Download Github Dracula Theme-udvidelses-CRX-fil

Download Github Dracula Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Github Dracula Theme Github Dracula Theme
ID fbjkldlneefcgjaepkpifipmakchhmno
Officiel URL https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno
Beskrivelse Custom Dracula Theme for Github.
Filstørrelse 141 KB
Antal Installationer 640
Nuværende Version 1.1.1
Senest Opdateret 2022-09-07
Udgivelsesdato 2022-09-07
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler oguhpereira
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/oguhpereira/dracula-github
Hjælpeside-URL https://github.com/oguhpereira/dracula-github
Understøttede Sprog 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
}