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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can browse smartphone websites. No configuration screens; command line --user-agent value is used."입니다.

cTouch r5 (browserUA) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}