Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

Redirect Mobile to Desktopคืออะไร?

Redirect Mobile to Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iisisoft และคุณลักษณะหลักของมันคือ "Automatically redirects mobile sites to their desktop versions."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Mobile to Desktop

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

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
คำอธิบาย Automatically redirects mobile sites to their desktop versions.
ขนาดไฟล์ 22.4 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-06-21
วันที่เผยแพร่ 2016-06-21
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา iisisoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.1",
    "description": "__MSG_extension_description__",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_page\/background_page.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconic_38.png"
        }
    },
    "homepage_url": "http:\/\/mobile2desktop.com\/",
    "icons": {
        "128": "images\/iconic_128.png"
    },
    "default_locale": "en"
}