WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Reader focus

Reader focus

View on Chrome Web Store
View Reader focus Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension allows users to focus on single sentences when reading text.
Type
Extension
Users
130 users
1
mccutchen
View author page of mccutchen
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 24, 2022
Version 2.5
Manifest version
3
Updated
Updated on October 4, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Reader focus Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reader focus",
    "version": "2.5",
    "manifest_version": 3,
    "description": "This extension allows users to focus on single sentences when reading text.",
    "icons": {
        "16": "text-converter-16.png",
        "48": "text-converter-48.png",
        "100": "text-converter.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "commands": {
        "close": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Closes the current extension"
        },
        "open": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Opens the current extension"
        },
        "increase": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "mac": "MacCtrl+Shift+Up"
            },
            "description": "Increases the shader size"
        },
        "decrease": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down",
                "mac": "MacCtrl+Shift+Down"
            },
            "description": "Decreases the shader size"
        }
    },
    "action": {
        "default_icon": {
            "16": "text-converter-16.png",
            "48": "text-converter.png"
        },
        "default_title": "Reader Focus",
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top