Super Mouse

Select Mouse Cursor of Your own choice.

Super Mouse là gì?

Super Mouse là một tiện ích mở rộng Chrome được phát triển bởi Mr. Teachnology Inc., và tính năng chính của nó là "Select Mouse Cursor of Your own choice.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Mouse

Tải xuống các tệp mở rộng Super Mouse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Mouse Super Mouse
ID cokbkfdekagbhjgcbmfocehbmocjmgmk
URL Chính Thức https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk
Mô tả Select Mouse Cursor of Your own choice.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 855
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-10-08
Ngày Phát Hành 2017-10-08
Đánh Giá 3.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Mr. Teachnology Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mrteachnology.com
URL Trang Trợ Giúp https://www.mrteachnology.com
URL Trang Chính Sách Bảo Mật http://www.jaymurphy.org
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}