Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

ما هو Eye-Read: Enhanced Bionic Reading؟

Eye-Read: Enhanced Bionic Reading هو إضافة Chrome تم تطويرها بواسطة cit.nex+usdevs، والميزة الرئيسية لها هي "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Eye-Read: Enhanced Bionic Reading

قم بتنزيل ملفات الامتداد Eye-Read: Enhanced Bionic Reading بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension is an initiative of a group of four students from College of Information Technology, Don Mariano Marcos Memorial State University Mid-La Union Campus Batch 2023 from the Philippines. It aims to become an enhancement to existing bionic reading extensions by adding features that will help in improving the reading literacy of the users. It will efficiently help readers to enhance and modify web elements according to their preferences, which improves reading literacy and develops a better environment in digital reading. It is still on the process of development and continuous improvement.                    

معلومات أساسية عن التمديد

الاسم Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
عنوان URL الرسمي https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
الوصف Transform ordinary web articles into the enhanced Bionic Reading Variation.
حجم الملف 90.35 KB
عدد التثبيتات 1,000
النسخة الحالية 1.3
آخر تحديث 2022-12-17
تاريخ النشر 2022-12-16
تقييم 4.80/5 مجموع تقييمات 10
المطور cit.nex+usdevs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://eye-read.netlify.app/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eye-Read: Enhanced Bionic Reading",
    "version": "1.3",
    "description": "Transform ordinary web articles into the enhanced Bionic Reading Variation.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tts",
        "contextMenus"
    ]
}