Mouse Touch Extension

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

Mouse Touch Extension क्या है?

Mouse Touch Extension burdiuz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Magical extension that gives toy magic of touch on non-touch screens."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mouse Touch Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}