EasyRead - Simple website reader

Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!

EasyRead - Simple website reader란 무엇입니까?

EasyRead - Simple website reader은(는) rainermauckner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EasyRead - Simple website reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EasyRead can customize and improve the readability of long web articles, make any article or part of a website more readable!  
EasyRead  is a simple, easy-to-use extension that allows you change the font size and style on any web page.
It consists of two modes:
◼ Reading mode (Support Active Adaptation Mode • Intelligent Perception • Manual Frame Selection• TXT reader•Markdown reader])
◼ Focus mode (Do not change the structure of the current page, only highlight the part that needs to be read)


EasyRead collects absolutely zero personal data from users and sends analytics to no one else.                    

확장 프로그램 기본 정보

이름 EasyRead - Simple website reader EasyRead - Simple website reader
ID ggglkmngaogcjmhgokaiendhkhngikok
공식 URL https://chrome.google.com/webstore/detail/easyread-simple-website-r/ggglkmngaogcjmhgokaiendhkhngikok
설명 Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!
파일 크기 1.28 MB
설치 횟수 73
현재 버전 2.0.0
최근 업데이트 2021-01-04
출시 날짜 2021-01-04
개발자 rainermauckner
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/14Yhw1cyudF-TPQjyF3bz-ond0Ztqq7ceHFm8yoPOuS8/edit?usp=sharing
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "background": {
        "scripts": [
            "\/ga.js",
            "\/bundle\/common.js",
            "\/bundle\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "\/bundle\/common.js",
                "\/bundle\/vendors.js",
                "\/bundle\/contentscripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*.txt",
                "file:\/\/\/*\/*.md"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Simplify website page, remove sidebars and not useful information. Add notes to the text dirrectly!",
    "homepage_url": "https:\/\/www.extensionsforweb.com\/",
    "icons": {
        "128": "assets\/images\/icon128.png",
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "EasyRead - Simple website reader",
    "offline_enabled": true,
    "optional_permissions": [
        "cookies",
        "downloads"
    ],
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage",
        "tts",
        ""
    ],
    "short_name": "EasyRead",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "web_accessible_resources": [
        "\/assets\/images\/*",
        "website_list.json",
        "options\/corb.html"
    ]
}