Read Mode

Puts Google Chrome into read mode for a pleasant reading experience.

Read Modeคืออะไร?

Read Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย menteslibres.org และคุณลักษณะหลักของมันคือ "Puts Google Chrome into read mode for a pleasant reading experience."

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

screenshot
screenshot
screenshot

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

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

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

                        Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.                    

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

ชื่อ Read Mode Read Mode
ID nagcaahojecfeopbghgihcabgiepploa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa
คำอธิบาย Puts Google Chrome into read mode for a pleasant reading experience.
ขนาดไฟล์ 174 KB
จำนวนการติดตั้ง 42,619
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2012-09-25
วันที่เผยแพร่ 2012-09-24
คะแนน 3.26/5 รวมทั้งหมด 372 คะแนน
ผู้พัฒนา menteslibres.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "json2.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Puts Google Chrome into read mode for a pleasant reading experience.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Read Mode",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Read Mode."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}