Easy View

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

Cos'è Easy View?

Easy View è un'estensione di Chrome sviluppata da easyviewpro, e la sua funzione principale è "Easy View extension provides a way to view web content in clean and readable view.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy View

Scarica i file di estensione Easy View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Easy View Easy View
ID ccngfcpmkbeoecmobmdoonoicfenjnkk
URL Ufficiale https://chromewebstore.google.com/detail/easy-view/ccngfcpmkbeoecmobmdoonoicfenjnkk
Descrizione Easy View extension provides a way to view web content in clean and readable view.
Dimensione del File 2.08 MB
Conteggio Installazioni 5,000
Versione Corrente 1.22.1018
Ultimo Aggiornamento 2022-10-27
Data di Pubblicazione 2022-10-26
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore easyviewpro
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://easyview-site.app/privacy-policy/index.html
Lingue Supportate 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
}