Reader View

Open any page in reader view mode; light, dark or sepia and clutter free.

Reader Viewคืออะไร?

Reader View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Open any page in reader view mode; light, dark or sepia and clutter free."

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

screenshot
screenshot
screenshot

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

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

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

                        Reader View extension enables you to open any website in a simple and clutter-free environment.

Simply click on the toolbar button to open the reader view UI. The current page will be reloaded in a plain format. Once the reader view interface is open, you can see a toolbar in the top left corner. Click on the second button from the top to open the settings view. There are three themes available for the reader view. The default theme is the - Light - color. But you can choose, Dark or Sepia options as well. Moreover, font size, line height, and page width can also be adjusted in the settings popup. The reader view is a format with minimal distractions. No, buttons, toolbars, background images, ads, or banners are allowed in reader view. It is much easier on your eyes and reduces eye strain if you spend a long time surfing the web. Please note that all changes are auto-saved to the memory in the add-on. 

Note 1: There are a few options available to open the reader view interface. Please right-click the toolbar button to see all the choices. By default, the reader view opens in the same-tab. Please note that, if you opt for the popup or sidebar view, the first time you access the reader view for a particular page, you will need to press the toolbar button twice to open the interface.

Note 2: The reader view extension uses the Readability open-source library to render the page in a simple format. You can get more info about this library here: https://github.com/mozilla/readability

To report bugs, please fill out the bug report form on the addon's homepage: https://mybrowseraddon.com/reader-view.html                    

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

ชื่อ Reader View Reader View
ID ommlkjpaolpnilebgdhfidaljbcpdpag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reader-view/ommlkjpaolpnilebgdhfidaljbcpdpag
คำอธิบาย Open any page in reader view mode; light, dark or sepia and clutter free.
ขนาดไฟล์ 49.22 KB
จำนวนการติดตั้ง 2,237
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2019-11-20
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/reader-view.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/reader-view.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "name": "Reader View",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/reader-view.html",
    "description": "Open any page in reader view mode; light, dark or sepia and clutter free.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "sidePanel",
        "scripting",
        "contextMenus"
    ],
    "action": {
        "default_title": "Reader View",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "reader-view": {
            "description": "Reader View",
            "suggested_key": {
                "mac": "Alt+Shift+V",
                "default": "Alt+Shift+V"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}