Reader Mode Education
A feature-packed distraction-free web reader with dyslexia support and research tools
Cos'è Reader Mode Education?
Reader Mode Education è un'estensione di Chrome sviluppata da http://readermode.io, e la sua funzione principale è "A feature-packed distraction-free web reader with dyslexia support and research tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reader Mode Education
Scarica i file di estensione Reader Mode Education in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Reader Mode is a feature-packed Chrome reading extension and web app that removes clutter, ads and distractions, while also includes dyslexia support, bookmarking, annotating, highlighting, text-to-speech and many other features all in one tool. This is the Education and paid version of the Reader Mode extension and requires a license to use it. You can buy yours at https://readermode.io Features: ✔ Distraction-free and ad-free "Reader Mode" ✔ Deletion of unwanted elements ✔ Theme customization ✔ Custom theme ✔ Custom CSS ✔ Print pages ✔ Fullscreen mode ✔ Auto-run ability ✔ Save edited pages ✔ Share To Twitter ✔ Dyslexia Fonts ✔ Dyslexia Ruler ✔ Text To Speech ✔ Article Outline ✔ Text annotating and highlighting ✔ Notes List ✔ Auto-scroll functionality ✔ Dark Panel Mode ✔ Google Search ✔ Google Translate ✔ Remove footer option ✔ Cloud storage ✔ Share pages in Reader Mode format ✔ Read-it-later mode ✔ Full-text search ✔ Favourites ✔ Organization folders ✔ Tags for pages ✔ Sync styles To see all the features and learn more, check out https://readermode.io ##### Changelog ##### Version 1.2.6 (13/9/2020) -Added Lexend fonts Version 1.2.5 (22/4/2020) -Fixed syntax error when there’s no author found Version 1.2.4 (22/4/2020) -Fixed links not working after deletion mode -Set max-width for all elements to 100% Version 1.2.3 (15/4/2020) -Author is default to “Unknown author” if not found -Show “Saved” notice if article is already saved -Auto-saved page when highlighting -Added pre tags styles for codes Version 1.2.2 (19/3/2020) -Fixed Toolbar css affected issue Version 1.2.1 -Fixed empty Auto-run issue Version 1.2.0 -Fixed outline li default style -Removed default line-height css from default and app -Removed inline css styles -Removed Headings from settings -Removed cr-saved-info and cd-footer default colors -Fixed TTS Pitch not saving issue Version 1.1.9 -Fixed font style options Version 1.1.8 -Fixed color queries Version 1.1.7 -Fixed Saved Panel button colors -Renamed "Auto-run Domain Rules" to "Auto-run Rules" Version 1.1.6 -Fixed background color & text color conflict issue -Added Headings style setting -Added Themes -Fixed sans-serif font not saving issue -Increased maximum Dyslexia Ruler height to 250px Version 1.1.5 -Added indicator when the main menu is active -Moved Custom CSS settings panel to the bottom -Fixed auto height for options panel -Fixed some font styles not saving issue -Rearranged font options position -Added premium fonts Version 1.1.4 -Rearranged main menu for better readability -Used global address for Google Search -Included li tag in text color changes Version 1.1.3 -Added Saved/Removed Info Panel -Allow Note panel to be resizable Version 1.1.2 -Fixed Meta not saving issue Version 1.1.1 - Removed Analytics Version 1.1.0 - Updated description Version 1.0.9 - Fixed reader’s width not-saving issue - Fixed overflow text for meta info - Added style for quotes content - Fixed auto-run rules grammar mistakes - Removed Helvetica Neue font - Set default font as Arial - Notes List is set to “Show” by default
Informazioni di Base sull'Estensione
Nome | |
ID | codccdeobnndaeokoooiiooifhdloapk |
URL Ufficiale | https://chrome.google.com/webstore/detail/reader-mode-education/codccdeobnndaeokoooiiooifhdloapk |
Descrizione | A feature-packed distraction-free web reader with dyslexia support and research tools |
Dimensione del File | 2.81 MB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.2.6 |
Ultimo Aggiornamento | 2020-09-13 |
Data di Pubblicazione | 2020-04-22 |
Valutazione | 1.50/5 Totale 2 Valutazioni |
Sviluppatore | http://readermode.io |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://readermode.io |
URL della Pagina di Aiuto | https://airtable.com/shrJZYDwevtCoqck5 |
URL della Pagina della Politica sulla Privacy | https://readermode.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 2, "name": "Reader Mode Education", "short_name": "Reader Mode Education", "homepage_url": "https:\/\/readermode.io", "description": "A feature-packed distraction-free web reader with dyslexia support and research tools", "version": "1.2.6", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_title": "Reader Mode Education", "default_icon": "assets\/images\/icon.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "javascripts\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z", "mac": "Ctrl+Shift+Z", "windows": "Ctrl+Shift+Z" } } }, "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "app.html", "options.html", "license.html", "assets\/images\/pulse-preloader.svg", "styles\/base.css", "styles\/app.css", "styles\/options-panel.css", "styles\/default.css", "styles\/fontawesome-all.css", "styles\/semantic.css", "javascripts\/app.js", "javascripts\/options.js", "javascripts\/license-modal.js", "javascripts\/jquery-3.4.1.min.js", "javascripts\/screenfull.min.js", "javascripts\/rangy.js", "\/assets\/images\/down.png", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.ttf", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.woff", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.woff2", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.svg", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.eot", "\/assets\/fonts\/MaterialIcons\/MaterialIcons-Regular.jimap", "\/assets\/fonts\/Lexend\/LexendDeca.ttf", "\/assets\/fonts\/Lexend\/LexendExa.ttf", "\/assets\/fonts\/Lexend\/LexendGiga.ttf", "\/assets\/fonts\/Lexend\/LexendMega.ttf", "\/assets\/fonts\/Lexend\/LexendPeta.ttf", "\/assets\/fonts\/Lexend\/LexendTera.ttf", "\/assets\/fonts\/Lexend\/LexendZetta.ttf", "\/assets\/fonts\/Lora\/Lora-Regular.ttf", "\/assets\/fonts\/Lora\/Lora-Bold.ttf", "\/assets\/fonts\/Lora\/Lora-Italic.ttf", "\/assets\/fonts\/Lora\/Lora-BoldItalic.ttf", "\/assets\/fonts\/OpenDyslexic\/OpenDyslexic-Regular.otf", "\/assets\/fonts\/OpenDyslexic\/OpenDyslexicMono-Regular.otf", "\/assets\/fonts\/OpenDyslexic\/OpenDyslexic-Bold.otf", "\/assets\/fonts\/OpenDyslexic\/OpenDyslexic-Italic.otf", "\/assets\/fonts\/OpenDyslexic\/OpenDyslexic-BoldItalic.otf", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-brands-400.eot", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-brands-400.svg", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-brands-400.ttf", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-brands-400.woff", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-brands-400.woff2", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-regular-400.eot", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-regular-400.svg", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-regular-400.ttf", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-regular-400.woff", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-regular-400.woff2", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-solid-900.eot", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-solid-900.svg", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-solid-900.ttf", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-solid-900.woff", "\/assets\/fonts\/Fontawesome\/webfonts\/fa-solid-900.woff2" ] } |