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文件

下载Easy View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}