Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

What is Basic Font Readability?

Basic Font Readability is a Chrome extension developed by https://emdixonroche.com, and its main feature is "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

Extension Screenshots

screenshot

Download Basic Font Readability Extension CRX File

Download Basic Font Readability extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

Extension Basic Information

Name Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Official URL https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Description Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
File Size 162 KB
Installation Count 28
Current Version 0.4
Last Updated 2020-03-20
Publish Date 2020-03-18
Rating 4.00/5 Total 4 Ratings
Developer https://emdixonroche.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}