Enable Reader Mode For Chrome

Put your Web Page into reader mode.

Enable Reader Mode For Chromeคืออะไร?

Enable Reader Mode For Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Business Gas และคุณลักษณะหลักของมันคือ "Put your Web Page into reader mode."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Reader Mode For Chrome

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

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

                        Business Gas website and comparison reader.                    

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

ชื่อ Enable Reader Mode For Chrome Enable Reader Mode For Chrome
ID ihpmhoihanabegohajalbknmnlelnjmh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh
คำอธิบาย Put your Web Page into reader mode.
ขนาดไฟล์ 31.58 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-04-23
วันที่เผยแพร่ 2016-04-23
คะแนน 2.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Business Gas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.businessgas.co.uk/
URL หน้านโยบายความเป็นส่วนตัว http://www.businessgas.co.uk
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Put your Web Page into reader mode.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Enable Reader Mode For Chrome",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Reader Mode."
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}