Readwell

Readwell Delivers Ad-Free, Customizable, and Fast Reading Like Never Before!

Readwellคืออะไร?

Readwell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Readwell Reader View และคุณลักษณะหลักของมันคือ "Readwell Delivers Ad-Free, Customizable, and Fast Reading Like Never Before!"

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

screenshot

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

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

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

                        Readwell is not just another browser extension; it's your gateway to a more enjoyable and immersive online reading experience. It's designed to help you get the most out of your online content, whether you're reading news articles, blog posts, research papers, or simply enjoying a good story.

At its core, Readwell is all about simplicity and empowerment. It offers a set of powerful tools that put you in control of how you consume digital content. Whether you're an avid reader, a student, a professional, or simply someone who loves to explore the vast digital realm, Readwell has something for you.

Features That Set Readwell Apart

Let's delve into the heart of Readwell, where a world of possibilities awaits:

Ad-Free Reading: Bid farewell to annoying ads and distractions, ensuring a seamless reading experience. Say hello to clean, clutter-free content.

Customizable Fonts: Tailor your reading style with adjustable fonts for ultimate comfort. Readwell lets you choose how you want your text to appear.

Dark Mode: Reduce eye strain during late-night reading sessions with a soothing dark theme. Enjoy content in a way that suits your surroundings.

Accessibility: Readwell is for everyone. Enjoy effortless reading with text-to-speech and high-contrast options that cater to diverse needs.

Print-Friendly: Want to keep a copy of an article for later? No problem. Save or print articles effortlessly for offline access, creating your personal library.

Fast Loading: Pages load swiftly with Readwell, eliminating the waiting time and ensuring an uninterrupted reading journey.

Focus: Immersing yourself in content is a breeze with Readwell. Say goodbye to distractions and dive deeper into your reading.

One-Click Activation: Start enjoying Readwell with a single click. It's designed for simplicity and convenience, making it accessible to all.

Experience the future of online reading with Readwell. It's your key to unrivaled clarity, customization, and speed. Try it now, and unlock a whole new world of online reading pleasure. Your digital content will never be the same again                    

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

ชื่อ Readwell Readwell
ID mafdefkoclffkegnnepcmbcekepgmgoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readwell/mafdefkoclffkegnnepcmbcekepgmgoe
คำอธิบาย Readwell Delivers Ad-Free, Customizable, and Fast Reading Like Never Before!
ขนาดไฟล์ 520 KB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2023-09-14
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Readwell Reader View
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQP5R92Dg11DhiEvNS4gbLedsGgZ7ATkK4GxnH1UzGJmp-SBCUJdY7enX_HsspdPzC5c8M8loqdWZKh/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Readwell",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_extName__",
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "favicon",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1"
}