Super Mouse

Select Mouse Cursor of Your own choice.

Super Mouseคืออะไร?

Super Mouse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Teachnology Inc. และคุณลักษณะหลักของมันคือ "Select Mouse Cursor of Your own choice."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Mouse

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}