Basic Font Readability

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

Was ist Basic Font Readability?

Basic Font Readability ist eine Chrome-Erweiterung, die von https://emdixonroche.com entwickelt wurde, und ihr Hauptmerkmal ist "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

Erweiterungsscreenshots

screenshot

Basic Font Readability-Erweiterungs-CRX-Datei herunterladen

Laden Sie Basic Font Readability-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Offizielle URL https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Beschreibung Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
Dateigröße 162 KB
Installationsanzahl 28
Aktuelle Version 0.4
Letztes Update 2020-03-20
Veröffentlichungsdatum 2020-03-18
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://emdixonroche.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}