Email reader view

Display emails in a more readable format

Email reader viewคืออะไร?

Email reader view เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Email Markup Consortium และคุณลักษณะหลักของมันคือ "Display emails in a more readable format"

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

screenshot
screenshot
screenshot

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

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

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

                        Simplify Email Reading with Email Reader View

Streamline your email reading experience.

Email Reader View is designed to help you focus on the content that matters most, and it's compatible with popular web based email services, including:

* Gmail
* Yahoo Mail
* AOL Mail
* Outlook.com

Customizable Styles for a Tailored Experience

With Email Reader View, you have the power to personalize the styles of emails you receive to match your preferences. Customize various aspects of your reading experience, including:

* Background Color: Set a background color to enhance readability.
* Content Width: Define a maximum width for content, ensuring optimal readability.
* Text Color: Choose the color of the text to suit your visual preferences.
* Link Color: Customize the color of link text for easy identification.
* Text Alignment: Align text as per your language and reading habits.
* Font Selection: Pick from options like serif, sans-serif, monospace, or cursive. You can also use specific fonts by configuring them in your Chrome settings.
* Font Size: Adjust text size to your comfort level, even beyond the provided range in Chrome settings.
* Line Height: Set the spacing between lines of text for improved readability.
* Word Spacing: Define the space between words for enhanced legibility.
* Letter Spacing: Customize letter spacing to match your preferences.
* Image Control: Choose to hide images and display alt text for an uncluttered reading experience.



By removing distractions and/or altering colors and text sizes, this extension can be helpful for people who have:

* Blurred Vision
* Protanopia
* Deuteranopia
* Tritanopia
* Achromatopsia
* Dyslexia
* ADD/ADHD



Make email reading easier and more accessible for everyone with Email Reader View. Install now and tailor your email reading experience exactly as you’d like it to be.                    

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

ชื่อ Email reader view Email reader view
ID eekkbigfifdabokecancejangeoallck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-reader-view/eekkbigfifdabokecancejangeoallck
คำอธิบาย Display emails in a more readable format
ขนาดไฟล์ 29.78 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Email Markup Consortium
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emailmarkup.org/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email reader view",
    "description": "Display emails in a more readable format",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeContent"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/email-reader16.png",
            "32": "\/images\/email-reader32.png",
            "48": "\/images\/email-reader48.png",
            "128": "\/images\/email-reader128.png"
        }
    },
    "icons": {
        "16": "\/images\/email-reader16.png",
        "32": "\/images\/email-reader32.png",
        "48": "\/images\/email-reader48.png",
        "128": "\/images\/email-reader128.png"
    }
}