Kite Cursor

A kite that follows your cursor!

Kite Cursor là gì?

Kite Cursor là một tiện ích mở rộng Chrome được phát triển bởi venashial, và tính năng chính của nó là "A kite that follows your cursor!".

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

screenshot

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

Tải xuống các tệp mở rộng Kite Cursor 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

                        Reminiscent of an older internet, this extension brings kites to follow your mouse cursor around, adding a little fun to your internet use. The kite is yellow, red, blue, and green, and has a few little bows attached to the string. On every website, the kite will follow your mouse. The kite follows gravity, but if you move quick enough, you can do a few fun flips!

To disable the kite, click on its icon in the toolbar.                    

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

Tên Kite Cursor Kite Cursor
ID elcniipaedflgjligleppinfkhocdcdh
URL Chính Thức https://chromewebstore.google.com/detail/kite-cursor/elcniipaedflgjligleppinfkhocdcdh
Mô tả A kite that follows your cursor!
Kích Thước Tệp 16.03 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2022-03-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển venashial
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/venashial/kite-cursor
URL Trang Trợ Giúp https://github.com/venashial/kite-cursor/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kite Cursor",
    "description": "A kite that follows your cursor!",
    "version": "0.0.2",
    "homepage_url": "https:\/\/github.com\/venashial\/kite-cursor#readme",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Kite Cursor"
    }
}