Readapt
Readapt by Contentsquare Foundation
Readapt क्या है?
Readapt Readapt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Readapt by Contentsquare Foundation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readapt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Readapt, you can customise your reading preferences and adapt text on websites to suit your reading comfort. Designed for those with reading challenges like dyslexia and poor vision to make reading text on their favourite websites more accessible. How to get started with Readapt: 1. Configure your profile. 2. Adapt text on websites by holding CTRL (Windows) or CMD ⌘ (Mac) and use your mouse to click the text you want to adapt. 3. Right-click the web page and select "Readapt > Activate Mask/Ruler" to use our reading tools. Hit ESCAPE to deactivate the mask/ruler. 4. Reset the text by clicking on the extension and click "Reset text on page" Create multiple profiles to suit different users! Configure elements like: - Font - Font size - Spacing between letters, words and lines of text - Distinguishing syllables with colours and their opacity - Distinguish different phonemes (sounds) - Distinguish different graphemes (letters) - Distinguish lines of text (beta) - Distinguish French liaisons (beta) - Distinguish silent letters These features have been known to help dyslexic people and others with reading and concentration challenges to improve their reading. Create your reading profile from scratch or start off from one of our templates. Currently available in French and English.
एक्सटेंशन की मूल जानकारी
नाम | Readapt |
ID | emgfmfgandmhbgleikkoaebngboghfpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/readapt/emgfmfgandmhbgleikkoaebngboghfpe |
विवरण | Readapt by Contentsquare Foundation |
फ़ाइल का आकार | 4.91 MB |
स्थापना संख्या | 2,134 |
वर्तमान संस्करण | 1.8.3 |
अंतिम अपडेट | 2023-03-01 |
प्रकाशन तिथि | 2022-06-14 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Readapt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://readapt.ai/ |
सहायता पृष्ठ URL | https://readapt.ai/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readapt", "description": "Readapt by Contentsquare Foundation", "version": "1.8.3", "manifest_version": 3, "action": { "default_title": "Readapt", "default_popup": "index.html" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "background": { "service_worker": "scripts\/background.iife.js" }, "options_page": "index.html#\/options", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "scripts\/contentScript.iife.js" ], "css": [ "readapt-fonts.css", "readapt-styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "fonts\/Luciole-Bold.ttf", "fonts\/Luciole-Bold-Italic.ttf", "fonts\/Luciole-Regular.ttf", "fonts\/Luciole-Regular-Italic.ttf", "fonts\/OpenDyslexic-Bold.otf", "fonts\/OpenDyslexic-BoldItalic.otf", "fonts\/OpenDyslexic-Italic.otf", "fonts\/OpenDyslexic-Regular.otf", "scripts\/readapt-visual-engine.browser.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |