Kite Cursor

A kite that follows your cursor!

Kite Cursorคืออะไร?

Kite Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย venashial และคุณลักษณะหลักของมันคือ "A kite that follows your cursor!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kite Cursor

ดาวน์โหลดไฟล์ส่วนขยาย Kite Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kite Cursor Kite Cursor
ID elcniipaedflgjligleppinfkhocdcdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kite-cursor/elcniipaedflgjligleppinfkhocdcdh
คำอธิบาย A kite that follows your cursor!
ขนาดไฟล์ 16.03 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2022-03-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา venashial
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/venashial/kite-cursor
URL หน้าช่วยเหลือ https://github.com/venashial/kite-cursor/issues
ภาษาที่รองรับ 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"
    }
}