WikiReader: Wikipedia Simplified

Get what you need from Wikipedia with a simple and beautiful interface.

WikiReader: Wikipedia Simplifiedคืออะไร?

WikiReader: Wikipedia Simplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lillian Chen และคุณลักษณะหลักของมันคือ "Get what you need from Wikipedia with a simple and beautiful interface."

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

screenshot
screenshot
screenshot

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

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

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

                        Made for users who primarily aim to retrieve quick and digestible information from Wikipedia, WikiReader introduces a clean and distraction-free interface that adapts to any format without adding complicated tools or requiring any change in behavior from the traditional Wikipedia platform.

Upcoming Features
- clean Main Page as a quick daily news digest
- add fixed icon to scroll back up to table of contents
- user customization on font size, color scheme, etc
- media gallery

If you notice anything you think I should fix, send it to [email protected].                    

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

ชื่อ WikiReader: Wikipedia Simplified WikiReader: Wikipedia Simplified
ID jmhkjngkhknhjmanjmaljpaigdinhdcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikireader-wikipedia-simp/jmhkjngkhknhjmanjmaljpaigdinhdcf
คำอธิบาย Get what you need from Wikipedia with a simple and beautiful interface.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-09-15
วันที่เผยแพร่ 2017-09-15
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Lillian Chen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "33",
    "name": "WikiReader: Wikipedia Simplified",
    "short_name": "WikiReader",
    "description": "Get what you need from Wikipedia with a simple and beautiful interface.",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "WikiReader"
    },
    "background": {
        "scripts": [
            "dist\/js\/jquery.min.js",
            "dist\/js\/background.min.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "dist\/css\/wiki.min.css"
            ],
            "js": [
                "dist\/js\/jquery.min.js",
                "dist\/js\/wiki.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/fonts\/*.woff2",
        "dist\/img\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}