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ファイルをダウンロード

Mouse Touch Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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