Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "name": "Reader Mode", "short_name": "Reader Mode", "homepage_url": "https:\/\/readermode.io", "description": "An all-in-one, distraction-free reader with dyslexia support, accessibility features, bookmarking, highlighting, and research tools", "version": "2.0.8", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "commands": { "save-bookmark": { "description": "Save Bookmark", "suggested_key": { "default": "Ctrl+Shift+7", "mac": "Command+Shift+7" } }, "read-and-annotate": { "description": "Read & Annotate", "suggested_key": { "default": "Ctrl+Shift+8", "mac": "Command+Shift+8" } }, "annotate-pdf": { "description": "Annotate PDF", "suggested_key": { "default": "Ctrl+Shift+9", "mac": "Command+Shift+9" } }, "highlight-settings": { "description": "Open Highlight Settings", "suggested_key": { "default": "Ctrl+Shift+0", "mac": "Command+Shift+0" } } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/plugins\/readability.js", "js\/plugins\/jquery.js", "js\/plugins\/jquery.mark.js", "js\/plugins\/spoken-word.js", "js\/plugins\/screenfull.js", "js\/plugins\/tlite.js", "js\/plugins\/clipboard.js", "js\/modal.js", "js\/base\/storage.js", "js\/base\/vars.js", "js\/base\/api.js", "js\/base\/browser.js", "js\/base\/job.js", "js\/base\/actions.js", "js\/highlight-settings.js", "js\/highlighter.js", "js\/highlighter-menu.js", "js\/highlights-sidebar.js", "js\/toolbar.js", "js\/base\/media.js", "js\/base\/theme.js", "js\/loader.js", "content-script.js" ], "css": [ "css\/base\/vars.css", "css\/base\/typography.css", "css\/base\/semantic-2.css", "css\/components\/buttons.css", "css\/components\/forms.css", "css\/components\/spinner.css", "css\/plugins\/spoken-word.css", "css\/plugins\/fontawesome.css", "css\/plugins\/tlite.css", "css\/loader.css", "css\/toolbar.css", "css\/highlights.css", "css\/highlighter-menu.css", "css\/highlights-sidebar.css", "css\/content-script.css" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting", "tabs", "activeTab", "contextMenus", "storage" ], "content_security_policy": { "sandbox": "sandbox allow-scripts; 'unsafe-inline' 'self'" }, "action": { "default_icon": "img\/icons\/icon.png", "default_popup": "main.html" }, "background": { "service_worker": "bg.js" }, "web_accessible_resources": [ { "resources": [ "*.html", "js\/*", "css\/*", "fonts\/*", "img\/*" ], "matches": [ "<all_urls>" ] } ] }