Cursor Sparkles

Adds sparkles to your cursor

Cursor Sparkles là gì?

Cursor Sparkles là một tiện ích mở rộng Chrome được phát triển bởi jrf0110, và tính năng chính của nó là "Adds sparkles to your cursor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cursor Sparkles

Tải xuống các tệp mở rộng Cursor Sparkles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cursor Sparkles Cursor Sparkles
ID adbenckfpdnmlhleegopganmonbchdkb
URL Chính Thức https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb
Mô tả Adds sparkles to your cursor
Kích Thước Tệp 11.25 KB
Số Lần Cài Đặt 26,471
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-12-20
Ngày Phát Hành 2017-12-20
Đánh Giá 2.99/5 Tổng số 101 Đánh Giá
Nhà Phát Triển jrf0110
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}