Cursor Highlighter
Add a visual indicator to your mouse cursor for better visibility
Cursor Highlighter क्या है?
Cursor Highlighter Alexander Lyon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a visual indicator to your mouse cursor for better visibility"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cursor Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |