Reader View 2.0

Read articles without any distractions 📖

Reader View 2.0คืออะไร?

Reader View 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ed และคุณลักษณะหลักของมันคือ "Read articles without any distractions 📖"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension.
2. Click on the extension on any page to enter the reader's view of the page.
3. Or you can select any part of the page and click on the extension to enter into the reader view with only that reader.

✨ Features ✨

1. Fullscreen reader mode. 📖
2. Blocks ​​🚫 the ads and hides the additional links.
3. Adjusts the text size, formatting, navigation, and theme. 🔖

Enjoy your favorite articles without distractions and without having to exit your browser!                    

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

ชื่อ Reader View 2.0 Reader View 2.0
ID eppinjigfiplgigdmgkjkhgkkpddcofa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reader-view-20/eppinjigfiplgigdmgkjkhgkkpddcofa
คำอธิบาย Read articles without any distractions 📖
ขนาดไฟล์ 949 KB
จำนวนการติดตั้ง 493
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-01-23
วันที่เผยแพร่ 2023-01-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ed
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reader View 2.0",
    "description": "Read articles without any distractions \ud83d\udcd6",
    "default_locale": "en",
    "version": "0.0.1",
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "incognito": "split",
    "commands": {
        "_execute_action": [],
        "toggle-reader-view": {
            "description": "Reader view 2.0"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/reader\/template.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "optional_permissions": [
        "favicon"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}