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
公式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
Eメール [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"
    }
}