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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}