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 |
官方網址 | 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" } } |