Easy View

Easy View extension provides a way to view web content in clean and readable view.

Easy View란 무엇입니까?

Easy View은(는) easyviewpro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy View extension provides a way to view web content in clean and readable view."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Easy View 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        View Web pages in reader friendly format. Once page is opened in reader format you can use the tools on the page to adjust fint size, dark/light mode for focussed reading. 

This extension allows you to open Web pages in Readability format for easy reading. 

How to use Easy View Extension
1. Install the Easy View extension for Chrome.
2. Pin the extension for quick access.
3. Click on the extension icon to open active page in Reader Friendly Format

By installing this extension, you agree to the Terms of Service (https://easyview.app/terms-of-service/) and Privacy Policy (https://easyview.app/privacy-policy/)                    

확장 프로그램 기본 정보

이름 Easy View Easy View
ID ccngfcpmkbeoecmobmdoonoicfenjnkk
공식 URL https://chromewebstore.google.com/detail/easy-view/ccngfcpmkbeoecmobmdoonoicfenjnkk
설명 Easy View extension provides a way to view web content in clean and readable view.
파일 크기 2.08 MB
설치 횟수 5,000
현재 버전 1.22.1018
최근 업데이트 2022-10-27
출시 날짜 2022-10-26
평점 4.67/5 총 3 개의 평점
개발자 easyviewpro
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://easyview-site.app/privacy-policy/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy View",
    "short_name": "EasyView",
    "description": "Easy View extension provides a way to view web content in clean and readable view.",
    "version": "1.22.1018",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Easy View"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "history",
        "storage",
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/reader\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}