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
电子邮箱 [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"
    }
}