Cursor Sparkles
Adds sparkles to your cursor
Cursor Sparklesคืออะไร?
Cursor Sparkles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrf0110 และคุณลักษณะหลักของมันคือ "Adds sparkles to your cursor"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cursor Sparkles
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |