cTouch r5 (true)

You can browse smartphone websites. Background page injects content script on receiving response.

cTouch r5 (true)คืออะไร?

cTouch r5 (true) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ciel และคุณลักษณะหลักของมันคือ "You can browse smartphone websites. Background page injects content script on receiving response."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cTouch r5 (true)

ดาวน์โหลดไฟล์ส่วนขยาย cTouch r5 (true) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension patches some JavaScript properties to mimic smartphone.
In this way you can browse smartphone websites.

[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.0.60808 (true edition only) Now CSS is not patched if original UA is used.
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 (true) cTouch r5 (true)
ID nandgdgkehbimcjgfnkcebjkidimenee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ctouch-r5-true/nandgdgkehbimcjgfnkcebjkidimenee
คำอธิบาย You can browse smartphone websites. Background page injects content script on receiving response.
ขนาดไฟล์ 59.22 KB
จำนวนการติดตั้ง 1,557
เวอร์ชันปัจจุบัน 2.7.1.6127
อัปเดตครั้งล่าสุด 2017-06-11
วันที่เผยแพร่ 2017-06-11
ผู้พัฒนา ciel
ประเภทการชำระเงิน 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 (true)",
    "description": "You can browse smartphone websites. Background page injects content script on receiving response.",
    "version": "2.7.1.6127",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/cielavenir\/ctouch\/",
    "background": {
        "scripts": [
            "ctouch_saveconfig.js",
            "ctouch_bg.js",
            "ctouch_bg_bootstrap.js",
            "ctouch_bg_css.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_page": "ctouch_option.html",
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_title": "cTouch r5 (true)",
        "default_popup": "ctouch_popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}