Easy View

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

Qu'est-ce que Easy View ?

Easy View est une extension Chrome développée par easyviewpro, et sa fonction principale est "Easy View extension provides a way to view web content in clean and readable view.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy View

Téléchargez les fichiers d'extension Easy View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Easy View Easy View
ID ccngfcpmkbeoecmobmdoonoicfenjnkk
URL Officiel https://chromewebstore.google.com/detail/easy-view/ccngfcpmkbeoecmobmdoonoicfenjnkk
Description Easy View extension provides a way to view web content in clean and readable view.
Taille du Fichier 2.08 MB
Nombre d'Installations 5,000
Version Actuelle 1.22.1018
Dernière Mise à Jour 2022-10-27
Date de Publication 2022-10-26
Évaluation 4.67/5 Total 3 Évaluations
Développeur easyviewpro
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://easyview-site.app/privacy-policy/index.html
Langues Prises en Charge 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
}