Zen Reading

Provide a nice and clean reading experience for any web article.

Zen Readingคืออะไร?

Zen Reading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nclsmitchell.com และคุณลักษณะหลักของมันคือ "Provide a nice and clean reading experience for any web article."

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

screenshot
screenshot

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

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

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

                        New features coming soon.

Latest update: 
- Adding the possibility to swtich on/off without page reload
- New active icon                    

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

ชื่อ Zen Reading Zen Reading
ID jbijaekkhbdedopipdoepignpolobenj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj
คำอธิบาย Provide a nice and clean reading experience for any web article.
ขนาดไฟล์ 38.48 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2015-10-29
วันที่เผยแพร่ 2015-10-29
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.nclsmitchell.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zen Reading",
    "description": "Provide a nice and clean reading experience for any web article.",
    "version": "1.1.6",
    "browser_action": {
        "default_icon": "icon-zen-reading.png",
        "name": "Click to Zen Mode"
    },
    "background": {
        "scripts": [
            "zen-reading-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "zen-reading.css"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}