Basic Font Readability

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

Cos'è Basic Font Readability?

Basic Font Readability è un'estensione di Chrome sviluppata da https://emdixonroche.com, e la sua funzione principale è "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Basic Font Readability

Scarica i file di estensione Basic Font Readability in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
URL Ufficiale https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Descrizione Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
Dimensione del File 162 KB
Conteggio Installazioni 28
Versione Corrente 0.4
Ultimo Aggiornamento 2020-03-20
Data di Pubblicazione 2020-03-18
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://emdixonroche.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}