Kite Cursor

A kite that follows your cursor!

什麼是Kite Cursor?

Kite Cursor是由venashial開發的Chrome擴展程式,該擴展的主要功能是“A kite that follows your cursor!”。

擴展截圖

screenshot

下載Kite Cursor擴展crx文件

下載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
官方網址 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"
    }
}