WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OpenDyslexic Font

OpenDyslexic Font

View on Chrome Web Store
View OpenDyslexic Font Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Activate this extension to apply the dyslexia font anytime on any webpage with just one click
Type
Extension
Users
16 users
1
Chrome Reader Mode
View author page of Chrome Reader Mode
Published
Published on March 13, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on March 13, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View OpenDyslexic Font 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",
    "manifest_version": 3,
    "name": "OpenDyslexic Font",
    "version": "1.0.0",
    "description": "Activate this extension to apply the dyslexia font anytime on any webpage with just one click",
    "icons": {
        "16": "icons\/ICON16.png",
        "32": "icons\/ICON32.png",
        "64": "icons\/ICON64.png",
        "128": "icons\/ICON128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "open_dyslexic\/OpenDyslexic-Regular.otf",
                "open_dyslexic\/OpenDyslexic-Bold.otf",
                "open_dyslexic\/OpenDyslexic-Italic.otf",
                "open_dyslexic\/OpenDyslexic-BoldItalic.otf"
            ],
            "matches": [
                "<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