Cursor Highlighter
Add a visual indicator to your mouse cursor for better visibility
Wat is Cursor Highlighter?
Cursor Highlighter is een Chrome-extensie ontwikkeld door Alexander Lyon, en de belangrijkste functie is "Add a visual indicator to your mouse cursor for better visibility".
Extensie Screenshots
Download het CRX-bestand van de extensie Cursor Highlighter
Download Cursor Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | echjgnggfpiohepohkpfknhjbnccdjlo |
| Officiële URL | https://chromewebstore.google.com/detail/cursor-highlighter/echjgnggfpiohepohkpfknhjbnccdjlo |
| Beschrijving | Add a visual indicator to your mouse cursor for better visibility |
| Bestandsgrootte | 60.86 KB |
| Aantal Installaties | 11,158 |
| Huidige Versie | 2.1.0 |
| Laatst Bijgewerkt | 2022-08-08 |
| Publicatiedatum | 2020-09-20 |
| Beoordeling | 3.43/5 Totaal 28 Beoordelingen |
| Ontwikkelaar | Alexander Lyon |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |