Easy View

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

Easy View là gì?

Easy View là một tiện ích mở rộng Chrome được phát triển bởi easyviewpro, và tính năng chính của nó là "Easy View extension provides a way to view web content in clean and readable view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy View

Tải xuống các tệp mở rộng Easy View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy View Easy View
ID ccngfcpmkbeoecmobmdoonoicfenjnkk
URL Chính Thức https://chromewebstore.google.com/detail/easy-view/ccngfcpmkbeoecmobmdoonoicfenjnkk
Mô tả Easy View extension provides a way to view web content in clean and readable view.
Kích Thước Tệp 2.08 MB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.22.1018
Cập Nhật Lần Cuối 2022-10-27
Ngày Phát Hành 2022-10-26
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển easyviewpro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://easyview-site.app/privacy-policy/index.html
Ngôn Ngữ Được Hỗ Trợ 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
}