Github Dracula Theme

Custom Dracula Theme for Github.

Qu'est-ce que Github Dracula Theme ?

Github Dracula Theme est une extension Chrome développée par oguhpereira, et sa fonction principale est "Custom Dracula Theme for Github.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Dracula Theme

Téléchargez les fichiers d'extension Github Dracula Theme 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

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

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

Informations de Base sur l'Extension

Nom Github Dracula Theme Github Dracula Theme
ID fbjkldlneefcgjaepkpifipmakchhmno
URL Officiel https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno
Description Custom Dracula Theme for Github.
Taille du Fichier 141 KB
Nombre d'Installations 640
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-09-07
Date de Publication 2022-09-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur oguhpereira
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oguhpereira/dracula-github
URL de la Page d'Aide https://github.com/oguhpereira/dracula-github
Langues Prises en Charge 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
}