Cursorlux - Mouse Highlighter
A customizable mouse highlighter extension to highlight your cursor and clicks!
Cos'è Cursorlux - Mouse Highlighter?
Cursorlux - Mouse Highlighter è un'estensione di Chrome sviluppata da Joshua Daniel, e la sua funzione principale è "A customizable mouse highlighter extension to highlight your cursor and clicks!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cursorlux - Mouse Highlighter
Scarica i file di estensione Cursorlux - Mouse Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
What Cursorlux does: ★ Highlights your cursor and clicks ★ Allows you to customize the color, size, opacity, etc. ★ Provides you options for click, background, and border styles ★ Syncs your custom settings across your various Google accounts ★ Enables you to activate/pause the extension on the fly Use Cases: ★ Screen Sharing ★ Screen Recording (Tutorials, Demos, etc.) ★ Accessibility Needs for the Visually Impaired ★ Or you just want your cursor to stand out more! ============================== Free and Open Source: https://github.com/joshuajadaniel/cursorlux
Informazioni di Base sull'Estensione
Nome | Cursorlux - Mouse Highlighter |
ID | nbnfkhblcofmmbeamohjmmjfmfmhknpj |
URL Ufficiale | https://chromewebstore.google.com/detail/cursorlux-mouse-highlight/nbnfkhblcofmmbeamohjmmjfmfmhknpj |
Descrizione | A customizable mouse highlighter extension to highlight your cursor and clicks! |
Dimensione del File | 146 KB |
Conteggio Installazioni | 2,411 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-03-20 |
Data di Pubblicazione | 2021-03-20 |
Valutazione | 4.23/5 Totale 13 Valutazioni |
Sviluppatore | Joshua Daniel |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Cursorlux", "name": "Cursorlux - Mouse Highlighter", "homepage_url": "https:\/\/github.com\/joshuajadaniel\/cursorlux", "version": "1.0.0", "description": "A customizable mouse highlighter extension to highlight your cursor and clicks!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "foreground.js" ], "css": [ "foreground.css" ], "matches": [ " |