Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Vad är Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading är en Chrome-tillägg utvecklad av cit.nex+usdevs, och dess huvudfunktion är "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Eye-Read: Enhanced Bionic Reading-förlängningens CRX-fil

Ladda ner Eye-Read: Enhanced Bionic Reading-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Officiell webbadress https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Beskrivning Transform ordinary web articles into the enhanced Bionic Reading Variation.
Filstorlek 90.35 KB
Antal Installationer 1,000
Aktuell Version 1.3
Senast Uppdaterad 2022-12-17
Publiceringsdatum 2022-12-16
Betyg 4.80/5 Totalt 10 Betyg
Utvecklare cit.nex+usdevs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://eye-read.netlify.app/
Stödda Språk 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"
    ]
}