Cursor Sparkles

Adds sparkles to your cursor

Co to jest Cursor Sparkles?

Cursor Sparkles to rozszerzenie Chrome opracowane przez jrf0110, a jego główną funkcją jest „Adds sparkles to your cursor”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cursor Sparkles

Pobierz pliki rozszerzeń Cursor Sparkles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Cursor Sparkles Cursor Sparkles
ID adbenckfpdnmlhleegopganmonbchdkb
Oficjalny URL https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb
Opis Adds sparkles to your cursor
Rozmiar pliku 11.25 KB
Liczba instalacji 26,471
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-12-20
Data Publikacji 2017-12-20
Ocena 2.99/5 Łącznie 101 Oceny
Deweloper jrf0110
Typ Płatności free
Obsługiwane Języki 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"
    }
}