Focus Reader
A variety of tools to improve text readability and comprehension.
Focus Reader क्या है?
Focus Reader effiegguenther द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A variety of tools to improve text readability and comprehension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Focus Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Focus Reader is a chrome extension that lets the user reformat the text on any webpage. These reformatting tools can improve reading speed and focus for everyone, but they are specifically designed to combat challenges of ADD/ADHD and dyslexia. Tool #1: Bionic Reading Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. The user can click a switch which reformats larger blocks of text on the website to Bionic Reading. Tool #2: Easy to read fonts Some webpages might be in hard to read fonts. This tool lets the user select a famously easy to read font - Arial, Helvetica, or Comic Sans MS - from a drop down menu. Tool #3/4: Adjust letter and line spacing These + and - buttons allow the user to adjust the spacing between letters and lines on the webpage. There is no maximum, but there is a minimum for each which prevents the user from making the text completely unreadable.
एक्सटेंशन की मूल जानकारी
नाम | Focus Reader |
ID | djjnfjnonjmmhphcajhljpkoccaljjjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/focus-reader/djjnfjnonjmmhphcajhljpkoccaljjjl |
विवरण | A variety of tools to improve text readability and comprehension. |
फ़ाइल का आकार | 7.94 KB |
स्थापना संख्या | 410 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-05-17 |
प्रकाशन तिथि | 2023-05-17 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | effiegguenther |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Focus Reader", "version": "1.0", "author": "effieguenther", "action": { "default_icon": { "30": "images\/icons8-font-size-30.png" }, "default_popup": "popup.html", "scripts": [ "popup.js" ], "default_title": "Focus Reader" }, "description": "A variety of tools to improve text readability and comprehension.", "permissions": [ "activeTab", "storage", "scripting", "chrome:\/\/*\/*", "chrome-extension:\/\/*\/*" ] } |