Cursor Sparkles
Adds sparkles to your cursor
什么是Cursor Sparkles?
Cursor Sparkles是由jrf0110开发的Chrome扩展程序,该扩展的主要功能是“Adds sparkles to your cursor”。
扩展截图
下载Cursor Sparkles扩展crx文件
下载Cursor Sparkles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sparkle-ify your cursor. Version 1.4 Update ============== * Adds animation selector (new animations coming soon!) * General bug fixes and performance improvements Version 1.2 Update ============== * Fixes bug where sparkles would get very large * Adds new Trailing mode. Sparkles leave trails instead of following cursor * Adds new Icon/Popup to chrome to change settings - Change back to old mode (Follow) - Change number of sparkles - Toggle whether or not the sparkles are enabled
扩展基本信息
名称 | Cursor Sparkles |
ID | adbenckfpdnmlhleegopganmonbchdkb |
官方URL | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
简介 | Adds sparkles to your cursor |
文件大小 | 11.25 KB |
安装次数 | 26,471 |
当前版本 | 1.5 |
更新时间 | 2017-12-20 |
上架时间 | 2017-12-20 |
评分 | 2.99/5 共101次评分 |
开发者 | jrf0110 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Sparkles", "description": "Adds sparkles to your cursor", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sparkles.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_title": "Sparkles", "default_icon": "logo.png", "default_popup": "popup.html" } } |