Easy View

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

ما هو Easy View؟

Easy View هو إضافة Chrome تم تطويرها بواسطة easyviewpro، والميزة الرئيسية لها هي "Easy View extension provides a way to view web content in clean and readable view.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Easy View

قم بتنزيل ملفات الامتداد Easy View بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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
}