Readable Font Size

alf + f to get good font size

Wat is Readable Font Size?

Readable Font Size is een Chrome-extensie ontwikkeld door gywn, en de belangrijkste functie is "alf + f to get good font size".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Readable Font Size

Download Readable Font Size-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
Officiële URL https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Beschrijving alf + f to get good font size
Bestandsgrootte 7.54 KB
Aantal Installaties 104
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-05-31
Publicatiedatum 2016-05-31
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar gywn
Betalingswijze free
Ondersteunde Talen 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"
    ]
}