CursorTrace
Trace your mouse cursor's path with an evanescent line.
什么是CursorTrace?
CursorTrace是由hansy.cws开发的Chrome扩展程序,该扩展的主要功能是“Trace your mouse cursor's path with an evanescent line.”。
扩展截图
下载CursorTrace扩展crx文件
下载CursorTrace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Liven up your mouse cursor with this little extension. As you move your mouse, CursorTrace draws a pen stroke behind the cursor, tracing its path before disappearing. Choose from one of five different pen colors. Note: As with all Chrome extensions, CursorTrace will not work on Chrome Web Store pages. Navigate to another page - like www.google.com - to see CursorTrace do its magic.
扩展基本信息
名称 | CursorTrace |
ID | gdngbglapejijhppfmpaofmcgbcpofnj |
官方URL | https://chromewebstore.google.com/detail/cursortrace/gdngbglapejijhppfmpaofmcgbcpofnj |
简介 | Trace your mouse cursor's path with an evanescent line. |
文件大小 | 20.99 KB |
安装次数 | 2,243 |
当前版本 | 1.0 |
更新时间 | 2020-07-29 |
上架时间 | 2020-07-28 |
评分 | 3.53/5 共15次评分 |
开发者 | hansy.cws |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CursorTrace", "description": "Trace your mouse cursor's path with an evanescent line.", "version": "1.0", "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |