Basic Font Readability

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

Qu'est-ce que Basic Font Readability ?

Basic Font Readability est une extension Chrome développée par https://emdixonroche.com, et sa fonction principale est "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Basic Font Readability

Téléchargez les fichiers d'extension Basic Font Readability au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
URL Officiel 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.
Taille du Fichier 162 KB
Nombre d'Installations 28
Version Actuelle 0.4
Dernière Mise à Jour 2020-03-20
Date de Publication 2020-03-18
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://emdixonroche.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}