Cursor Highlighter

Add a visual indicator to your mouse cursor for better visibility

What is Cursor Highlighter?

Cursor Highlighter is a Chrome extension developed by Alexander Lyon, and its main feature is "Add a visual indicator to your mouse cursor for better visibility".

Extension Screenshots

screenshot
screenshot

Download Cursor Highlighter Extension CRX File

Download Cursor Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Cursor Highlighter Cursor Highlighter
ID echjgnggfpiohepohkpfknhjbnccdjlo
Official URL https://chromewebstore.google.com/detail/cursor-highlighter/echjgnggfpiohepohkpfknhjbnccdjlo
Description Add a visual indicator to your mouse cursor for better visibility
File Size 60.86 KB
Installation Count 11,158
Current Version 2.1.0
Last Updated 2022-08-08
Publish Date 2020-09-20
Rating 3.43/5 Total 28 Ratings
Developer Alexander Lyon
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}