Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

Qu'est-ce que Mouse Pointer Highliter ?

Mouse Pointer Highliter est une extension Chrome développée par Debug Media, et sa fonction principale est "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mouse Pointer Highliter

Téléchargez les fichiers d'extension Mouse Pointer Highliter 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

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

Informations de Base sur l'Extension

Nom Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Officiel https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Description Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Taille du Fichier 4.68 KB
Nombre d'Installations 21
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-08-14
Date de Publication 2020-08-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Debug Media
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/debugmedia
URL de la Page d'Aide https://www.youtube.com/debugmedia
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}