Cursor Sparkles
Adds sparkles to your cursor
Cos'è Cursor Sparkles?
Cursor Sparkles è un'estensione di Chrome sviluppata da jrf0110, e la sua funzione principale è "Adds sparkles to your cursor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cursor Sparkles
Scarica i file di estensione Cursor Sparkles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cursor Sparkles |
ID | adbenckfpdnmlhleegopganmonbchdkb |
URL Ufficiale | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
Descrizione | Adds sparkles to your cursor |
Dimensione del File | 11.25 KB |
Conteggio Installazioni | 26,471 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-12-20 |
Data di Pubblicazione | 2017-12-20 |
Valutazione | 2.99/5 Totale 101 Valutazioni |
Sviluppatore | jrf0110 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |