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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}