Cursor Sparkles
Adds sparkles to your cursor
Wat is Cursor Sparkles?
Cursor Sparkles is een Chrome-extensie ontwikkeld door jrf0110, en de belangrijkste functie is "Adds sparkles to your cursor".
Extensie Screenshots
Download het CRX-bestand van de extensie Cursor Sparkles
Download Cursor Sparkles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Cursor Sparkles |
ID | adbenckfpdnmlhleegopganmonbchdkb |
Officiële URL | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
Beschrijving | Adds sparkles to your cursor |
Bestandsgrootte | 11.25 KB |
Aantal Installaties | 26,471 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-12-20 |
Publicatiedatum | 2017-12-20 |
Beoordeling | 2.99/5 Totaal 101 Beoordelingen |
Ontwikkelaar | jrf0110 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |