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
Eメール [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
}