Cursor Highlighter

Add a visual indicator to your mouse cursor for better visibility

ما هو Cursor Highlighter؟

Cursor Highlighter هو إضافة Chrome تم تطويرها بواسطة Alexander Lyon، والميزة الرئيسية لها هي "Add a visual indicator to your mouse cursor for better visibility".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Cursor Highlighter

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

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

                        Add a customizable visual indicator to your mouse cursor on any website. Whether to assist those who are visually impaired or for presentation/education purposes, this will make your cursor stand out!

Select one of the default colors, or use the built-in color picker to choose your own unique color to fit your personality!                    

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

الاسم Cursor Highlighter Cursor Highlighter
ID echjgnggfpiohepohkpfknhjbnccdjlo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cursor-highlighter/echjgnggfpiohepohkpfknhjbnccdjlo
الوصف Add a visual indicator to your mouse cursor for better visibility
حجم الملف 60.86 KB
عدد التثبيتات 11,158
النسخة الحالية 2.1.0
آخر تحديث 2022-08-08
تاريخ النشر 2020-09-20
تقييم 3.43/5 مجموع تقييمات 28
المطور Alexander Lyon
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Highlighter",
    "description": "Add a visual indicator to your mouse cursor for better visibility",
    "version": "2.1.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "options\/options.html",
        "default_icon": "images\/cursor-highlighter-logo-sm.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "dist\/main.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/cursor-highlighter-logo-sm.png",
        "48": "images\/cursor-highlighter-logo-md.png",
        "128": "images\/cursor-highlighter-logo-lg.png"
    }
}