Wikipedia Mobile View Redirect

Redirects all Wikipedia pages to the mobile layout, which is much easier to read.

Wikipedia Mobile View Redirectคืออะไร?

Wikipedia Mobile View Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.100yen.co.uk และคุณลักษณะหลักของมันคือ "Redirects all Wikipedia pages to the mobile layout, which is much easier to read."

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ Wikipedia Mobile View Redirect Wikipedia Mobile View Redirect
ID kmgndcpedgaibepohbjhdgcgkjplffip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip
คำอธิบาย Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
ขนาดไฟล์ 10.18 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-03-18
วันที่เผยแพร่ 2015-03-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.100yen.co.uk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Mobile View Redirect",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "description": "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.m.wikipedia.org\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}