Readable Font Size

alf + f to get good font size

Cos'è Readable Font Size?

Readable Font Size è un'estensione di Chrome sviluppata da gywn, e la sua funzione principale è "alf + f to get good font size".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Readable Font Size

Scarica i file di estensione Readable Font Size 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

                        Automatically adjust font size, line height and text block width in the page, *in situ*.
Say goodbye to text lines so long that they hurt your eyes' rectus.                    

Informazioni di Base sull'Estensione

Nome Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
URL Ufficiale https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Descrizione alf + f to get good font size
Dimensione del File 7.54 KB
Conteggio Installazioni 104
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-05-31
Data di Pubblicazione 2016-05-31
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore gywn
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content-persistent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "alf + f to get good font size",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Readable Font Size",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/sprite.svg"
    ]
}