Mouse Touch Extension

Magical extension that gives toy magic of touch on non-touch screens.

Mouse Touch Extension란 무엇입니까?

Mouse Touch Extension은(는) burdiuz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Magical extension that gives toy magic of touch on non-touch screens."입니다.

확장 프로그램 스크린샷

Mouse Touch Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Note: You should accept that there are no perfect browsers and Chrome is not an exception, so to enjoy all the effects of this extension you will need to refresh web-page that was opened prior to extension installation or re-launch browser.

Your screen does not support touch?
But you desperately want to try it? Enjoy touching your screen with fingers?
This is the perfect solution! Event better -- real touch leaves fingerprints on screen, this extension does not! Install it NOW and feel magic of touch with your mouse! No need of spending money and buying touch-enabled screens!

To enable/disable extension, click on its icon.                    

확장 프로그램 기본 정보

이름 Mouse Touch Extension Mouse Touch Extension
ID fondgddjkjabjjdbikfpkgipjljhbfmi
공식 URL https://chrome.google.com/webstore/detail/mouse-touch-extension/fondgddjkjabjjdbikfpkgipjljhbfmi
설명 Magical extension that gives toy magic of touch on non-touch screens.
파일 크기 69.68 KB
설치 횟수 120
현재 버전 0.0.1
최근 업데이트 2018-09-13
출시 날짜 2018-09-13
평점 1.00/5 총 1 개의 평점
개발자 burdiuz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse Touch Extension",
    "version": "0.0.1",
    "description": "Magical extension that gives toy magic of touch on non-touch screens.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Mouse Touch (click to toggle)"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "short_name": "Mouse Touch"
}