Readable Wikipedia

Enhacements to wikipedia to increase its readability.

Readable Wikipediaคืออะไร?

Readable Wikipedia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Rowe และคุณลักษณะหลักของมันคือ "Enhacements to wikipedia to increase its readability."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.                    

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

ชื่อ Readable Wikipedia Readable Wikipedia
ID imoddojnfpdkpfiipadaibjplddaneka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka
คำอธิบาย Enhacements to wikipedia to increase its readability.
ขนาดไฟล์ 549 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2013-07-10
วันที่เผยแพร่ 2013-07-10
คะแนน 3.63/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา Nick Rowe
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://labs.dcxn.com/wikipedia-readability/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readable Wikipedia",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Enhacements to wikipedia to increase its readability.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "readable.css"
            ],
            "js": [
                "jquery.js",
                "jquery.hotkeys.js",
                "enhancements.js"
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "images\/desktop.png",
        "images\/mobile.gif"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/wiki\/*"
    ]
}