Easy View

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

Co je Easy View?

Easy View je rozšíření Chrome vyvinuté easyviewpro, a jeho hlavní funkcí je „Easy View extension provides a way to view web content in clean and readable view.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy View

Stáhněte si soubory rozšíření Easy View ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Easy View Easy View
ID ccngfcpmkbeoecmobmdoonoicfenjnkk
Oficiální URL https://chromewebstore.google.com/detail/easy-view/ccngfcpmkbeoecmobmdoonoicfenjnkk
Popis Easy View extension provides a way to view web content in clean and readable view.
Velikost souboru 2.08 MB
Počet instalací 5,000
Aktuální Verze 1.22.1018
Poslední Aktualizace 2022-10-27
Datum Vydání 2022-10-26
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář easyviewpro
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://easyview-site.app/privacy-policy/index.html
Podporované Jazyky 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
}