Cursor Extension

Get a new cursor for your browser!

什么是Cursor Extension?

Cursor Extension是由saheenfr2002开发的Chrome扩展程序,该扩展的主要功能是“Get a new cursor for your browser!”。

扩展截图

screenshot

下载Cursor Extension扩展crx文件

下载Cursor Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

扩展基本信息

名称 Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
官方URL https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
简介 Get a new cursor for your browser!
文件大小 12.35 MB
安装次数 46
当前版本 0.1.1
更新时间 2022-11-20
上架时间 2022-11-19
开发者 saheenfr2002
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}