Mouse Pointer Highliter

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

ما هو Mouse Pointer Highliter؟

Mouse Pointer Highliter هو إضافة Chrome تم تطويرها بواسطة Debug Media، والميزة الرئيسية لها هي "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mouse Pointer Highliter

قم بتنزيل ملفات الامتداد Mouse Pointer Highliter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
عنوان URL الرسمي https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
الوصف Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
حجم الملف 4.68 KB
عدد التثبيتات 21
النسخة الحالية 1.0.0
آخر تحديث 2020-08-14
تاريخ النشر 2020-08-13
تقييم 5.00/5 مجموع تقييمات 1
المطور Debug Media
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.youtube.com/debugmedia
عنوان صفحة المساعدة https://www.youtube.com/debugmedia
اللغات المدعومة 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"
    ]
}