Email Zoom Text Reader by cloudHQ

Gmail magnification and reading program tailored for low-vision users

Email Zoom Text Reader by cloudHQ란 무엇입니까?

Email Zoom Text Reader by cloudHQ은(는) https://www.email-zoom-text-reader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gmail magnification and reading program tailored for low-vision users"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Email Zoom Text Reader by cloudHQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚠️ 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.                    

확장 프로그램 기본 정보

이름 Email Zoom Text Reader by cloudHQ Email Zoom Text Reader by cloudHQ
ID kllnaciiffhiobclgfhldgobnoajnbpa
공식 URL https://chromewebstore.google.com/detail/email-zoom-text-reader-by/kllnaciiffhiobclgfhldgobnoajnbpa
설명 Gmail magnification and reading program tailored for low-vision users
파일 크기 90.16 KB
설치 횟수 4,844
현재 버전 1.0.0.3
최근 업데이트 2023-07-28
출시 날짜 2021-09-07
평점 4.38/5 총 16 개의 평점
개발자 https://www.email-zoom-text-reader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.email-zoom-text-reader.com
도움말 페이지 URL https://support.cloudhq.net/category/browser-extensions/email-zoom-text-reader/
개인정보 보호 정책 페이지 URL https://www.cloudhq.net/privacy
지원되는 언어 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
}