Cursorlux - Mouse Highlighter
A customizable mouse highlighter extension to highlight your cursor and clicks!
什麼是Cursorlux - Mouse Highlighter?
Cursorlux - Mouse Highlighter是由Joshua Daniel開發的Chrome擴展程式,該擴展的主要功能是“A customizable mouse highlighter extension to highlight your cursor and clicks!”。
擴展截圖
下載Cursorlux - Mouse Highlighter擴展crx文件
下載Cursorlux - Mouse Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Cursorlux - Mouse Highlighter |
ID | nbnfkhblcofmmbeamohjmmjfmfmhknpj |
官方網址 | https://chromewebstore.google.com/detail/cursorlux-mouse-highlight/nbnfkhblcofmmbeamohjmmjfmfmhknpj |
簡介 | A customizable mouse highlighter extension to highlight your cursor and clicks! |
檔案大小 | 146 KB |
安裝次數 | 2,411 |
目前版本 | 1.0.0 |
更新時間 | 2021-03-20 |
上架時間 | 2021-03-20 |
評分 | 4.23/5 共 13 次評分 |
開發者 | Joshua Daniel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ " |