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
官方網址 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"
    ]
}