Wikipedia Content Width Control

Changes the width of wikepedia

Wikipedia Content Width Controlคืออะไร?

Wikipedia Content Width Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swh0901 และคุณลักษณะหลักของมันคือ "Changes the width of wikepedia"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia Content Width Control

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

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

                        This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.                    

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

ชื่อ Wikipedia Content Width Control Wikipedia Content Width Control
ID nobomaggnlmpkhcijnlkhbcdbjegpnog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog
คำอธิบาย Changes the width of wikepedia
ขนาดไฟล์ 3.09 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-05
วันที่เผยแพร่ 2014-10-05
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา swh0901
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Content Width Control",
    "version": "1.0",
    "description": "Changes the width of wikepedia",
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "wikiwidth.css"
            ]
        }
    ]
}