black blackboard

Changing blackboard to be actually black

Qu'est-ce que black blackboard ?

black blackboard est une extension Chrome développée par zainjaffal, et sa fonction principale est "Changing blackboard to be actually black".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension black blackboard

Téléchargez les fichiers d'extension black blackboard 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

                        Dark themed blackboard for The University of Manchester. The application can toggle between dark and light mode                    

Informations de Base sur l'Extension

Nom black blackboard black blackboard
ID kgepackeiccmabppegicpjhbholploif
URL Officiel https://chromewebstore.google.com/detail/black-blackboard/kgepackeiccmabppegicpjhbholploif
Description Changing blackboard to be actually black
Taille du Fichier 870 KB
Nombre d'Installations 124
Version Actuelle 0.2.1
Dernière Mise à Jour 2021-04-23
Date de Publication 2021-04-20
Évaluation 5.00/5 Total 5 Évaluations
Développeur zainjaffal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/zainja/blackblackboard
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "black blackboard",
    "version": "0.2.1",
    "description": "Changing blackboard to be actually black",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "setTheme.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/online.manchester.ac.uk\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/online.manchester.ac.uk\/*"
    ],
    "web_accessible_resources": [
        "blake.css"
    ]
}