Super Mouse

Select Mouse Cursor of Your own choice.

什么是Super Mouse?

Super Mouse是由Mr. Teachnology Inc.开发的Chrome扩展程序,该扩展的主要功能是“Select Mouse Cursor of Your own choice.”。

扩展截图

screenshot
screenshot
screenshot

下载Super Mouse扩展crx文件

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

扩展使用说明

                        Super Mouse
by Mr. Teachnology / Jay Murphy

Change your mouse cursor to an image of your choice.

Encourage and support the focus of readers of any level....Super Mouse does just that.  Choose an included image or select your own from the web and have a mouse cursor worth paying attention to.  

All instructions are within the pop up windoe of the extension.                    

扩展基本信息

名称 Super Mouse Super Mouse
ID cokbkfdekagbhjgcbmfocehbmocjmgmk
官方URL https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk
简介 Select Mouse Cursor of Your own choice.
文件大小 133 KB
安装次数 855
当前版本 1.8
更新时间 2017-10-08
上架时间 2017-10-08
评分 3.00/5 共10次评分
开发者 Mr. Teachnology Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.mrteachnology.com
帮助页面URL https://www.mrteachnology.com
隐私政策页面URL http://www.jaymurphy.org
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mouse",
    "description": "Select Mouse Cursor of Your own choice.",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "web_accessible_resources": [
        "lightbulb.png",
        "starp.png",
        "arrow.png",
        "star.png",
        "santa.png",
        "hand.png",
        "move.png",
        "select.png",
        "wink.png",
        "sad.png",
        "fav.png",
        "sleep.png",
        "cry.png",
        "sn.png",
        "g.png",
        "df.png",
        "lv.png",
        "bn.png",
        "cvv.png",
        "jh.png",
        "kl.png",
        "sd.png",
        "vb.png",
        "jhh.png"
    ]
}