Cursorify

Modify your cursors appearance in browser

什么是Cursorify?

Cursorify是由refractiontech开发的Chrome扩展程序,该扩展的主要功能是“Modify your cursors appearance in browser”。

扩展截图

screenshot

下载Cursorify扩展crx文件

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

扩展使用说明

                        The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.                    

扩展基本信息

名称 Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
官方URL https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
简介 Modify your cursors appearance in browser
文件大小 3.9 MB
安装次数 21
当前版本 1.1.0
更新时间 2020-03-04
上架时间 2020-03-03
评分 5.00/5 共2次评分
开发者 refractiontech
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursorify",
    "short_name": "Cursorify",
    "version": "1.1.0",
    "description": "Modify your cursors appearance in browser",
    "author": "Refraction.Tech",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "128": "media\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}