Readable Font Size

alf + f to get good font size

Qu'est-ce que Readable Font Size ?

Readable Font Size est une extension Chrome développée par gywn, et sa fonction principale est "alf + f to get good font size".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Readable Font Size

Téléchargez les fichiers d'extension Readable Font Size 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

                        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.                    

Informations de Base sur l'Extension

Nom Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
URL Officiel https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Description alf + f to get good font size
Taille du Fichier 7.54 KB
Nombre d'Installations 104
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-05-31
Date de Publication 2016-05-31
Évaluation 1.00/5 Total 2 Évaluations
Développeur gywn
Type de Paiement free
Langues Prises en Charge 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"
    ]
}