Cursor Sparkles

Adds sparkles to your cursor

Cursor Sparkles क्या है?

Cursor Sparkles jrf0110 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds sparkles to your cursor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cursor Sparkles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}