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
官方網址 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
}