Cursor Sparkles

Adds sparkles to your cursor

ما هو Cursor Sparkles؟

Cursor Sparkles هو إضافة Chrome تم تطويرها بواسطة jrf0110، والميزة الرئيسية لها هي "Adds sparkles to your cursor".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cursor Sparkles

قم بتنزيل ملفات الامتداد Cursor Sparkles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}