cTouch r5 (browserUA)

You can browse smartphone websites. No configuration screens; command line --user-agent value is used.

cTouch r5 (browserUA) क्या है?

cTouch r5 (browserUA) https://code.google.com/p/ctouch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can browse smartphone websites. No configuration screens; command line --user-agent value is used."।

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

crx प्रारूप में cTouch r5 (browserUA) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension patches some JavaScript properties to mimic smartphone.
In this way you can browse smartphone websites.
No configuration screens.
You can specify user agent by using --user-agent= command line, or Tool->Developer Tool->Gear Icon->User Agent

[cTouch r4]
2.5.4.40722
* Tweaked generated iframe handling.
* From this version, Chrome 20-36 support is unofficial. 37+ is officially supported.
2.5.5.40904 Migrated to sourceforge. Released as binary.
2.5.6.50511 Updated UA list. You can unset UA from option page.
2.5.7.50517 Fixed official touch event detection.
2.5.8.51020 Updated UA list (2.5.7 forgot to update UA list URL).
2.5.9.51020 Fixed UA list...

[cTouch r5]
2.6.0.60807 Updated internal structure.
2.6.1.60829 Update ctouch_inner.rb for compliance...
2.7.0.6117
* Fixed: save in ctouch_bg and ctouch_option broke content-script side.
* Updated some variables initialization (Firefox compatibility)
* Updated UA list.
2.7.0.6127 Reverted touch event initialization.
2.7.1.6127 Updated webRequest resource type (fix gree::66421).                    

एक्सटेंशन की मूल जानकारी

नाम cTouch r5 (browserUA) cTouch r5 (browserUA)
ID mmdfdidopkacakhmchghgjdcfdnbhmej
आधिकारिक URL https://chrome.google.com/webstore/detail/mmdfdidopkacakhmchghgjdcfdnbhmej
विवरण You can browse smartphone websites. No configuration screens; command line --user-agent value is used.
फ़ाइल का आकार 11.23 KB
स्थापना संख्या 965
वर्तमान संस्करण 2.7.1.6127
अंतिम अपडेट 2017-06-11
प्रकाशन तिथि 2017-06-11
डेवलपर https://code.google.com/p/ctouch
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cielavenir/ctouch/
सहायता पृष्ठ URL https://github.com/cielavenir/ctouch/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "@cielavenir",
    "name": "cTouch r5 (browserUA)",
    "description": "You can browse smartphone websites. No configuration screens; command line --user-agent value is used.",
    "version": "2.7.1.6127",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/cielavenir\/ctouch\/",
    "background": {
        "scripts": [
            "ctouch_bg.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ctouch_bootstrap.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "ctouch_css.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}