Readable - dyslexia helper

Dyslexia helper extension

Readable - dyslexia helper क्या है?

Readable - dyslexia helper https://readablelabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dyslexia helper extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readable - dyslexia helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is fantastic! It splits up the words in most parts of the internet to help people with Dyslexia learn to read.
Just click on “Add to Chrome” and start browsing and see how it changes your life!
Help with reading, ADHD, better than text to speech, or speech to text!                    

एक्सटेंशन की मूल जानकारी

नाम Readable - dyslexia helper Readable - dyslexia helper
ID iapmcopcknhbdpcbjcaineamhmioeicg
आधिकारिक URL https://chromewebstore.google.com/detail/readable-dyslexia-helper/iapmcopcknhbdpcbjcaineamhmioeicg
विवरण Dyslexia helper extension
फ़ाइल का आकार 302 KB
स्थापना संख्या 487
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-01-10
प्रकाशन तिथि 2022-04-08
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://readablelabs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://readablelabs.com/
गोपनीयता नीति पृष्ठ URL http://presentation.readablelabs.com/Ee2
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readable - dyslexia helper",
    "version": "1.3.2",
    "description": "Dyslexia helper extension",
    "author": "Readable Labs",
    "icons": {
        "16": "icons\/readable-icon-16.png",
        "32": "icons\/readable-icon-32.png",
        "48": "icons\/readable-icon-48.png",
        "128": "icons\/readable-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Readable",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "readableDomMenu.css"
            ],
            "js": [
                "contentScript.js",
                "browser-polyfill.js",
                "readableDomMenu.js"
            ]
        }
    ]
}