Cursor Sparkles
Adds sparkles to your cursor
Vad är Cursor Sparkles?
Cursor Sparkles är en Chrome-tillägg utvecklad av jrf0110, och dess huvudfunktion är "Adds sparkles to your cursor".
Tilläggsskärmbilder
Ladda ner Cursor Sparkles-förlängningens CRX-fil
Ladda ner Cursor Sparkles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | adbenckfpdnmlhleegopganmonbchdkb |
| Officiell webbadress | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
| Beskrivning | Adds sparkles to your cursor |
| Filstorlek | 11.25 KB |
| Antal Installationer | 26,471 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2017-12-20 |
| Publiceringsdatum | 2017-12-20 |
| Betyg | 2.99/5 Totalt 101 Betyg |
| Utvecklare | jrf0110 |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |