Email Zoom Text Reader by cloudHQ

Gmail magnification and reading program tailored for low-vision users

Email Zoom Text Reader by cloudHQ là gì?

Email Zoom Text Reader by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.email-zoom-text-reader.com, và tính năng chính của nó là "Gmail magnification and reading program tailored for low-vision users".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Zoom Text Reader by cloudHQ

Tải xuống các tệp mở rộng Email Zoom Text Reader by cloudHQ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⚠️ Stop squinting! ⚠️ 

Do you have trouble reading email text? 

Are regular page magnifying apps bothering you because it magnifies so many other things on your page, along with your email text? 

We understand your pain point, but you don't have to suffer anymore! 

Now you can install Email Zoom Text Reader by cloudHQ for free, and enjoy magnified text in your emails, as you see 👀 fit. (See what we did there? 😊)

This extension will *only* modify the font size of Gmail messages without changing the page width, size of icons, menus, etc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Zoom Text Reader by cloudHQ Email Zoom Text Reader by cloudHQ
ID kllnaciiffhiobclgfhldgobnoajnbpa
URL Chính Thức https://chromewebstore.google.com/detail/email-zoom-text-reader-by/kllnaciiffhiobclgfhldgobnoajnbpa
Mô tả Gmail magnification and reading program tailored for low-vision users
Kích Thước Tệp 90.16 KB
Số Lần Cài Đặt 4,844
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2023-07-28
Ngày Phát Hành 2021-09-07
Đánh Giá 4.38/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://www.email-zoom-text-reader.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.email-zoom-text-reader.com
URL Trang Trợ Giúp https://support.cloudhq.net/category/browser-extensions/email-zoom-text-reader/
URL Trang Chính Sách Bảo Mật https://www.cloudhq.net/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "stylesheets\/*",
        "icons\/*",
        "*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDetail__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_text_resizer.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.5.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/ion.rangeSlider.min.css",
                "stylesheets\/main_gmail_text_resizer.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_text_resizer_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.3",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 2
}