Font Rendering Enhancer

Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).

Qu'est-ce que Font Rendering Enhancer ?

Font Rendering Enhancer est une extension Chrome développée par Unknown, et sa fonction principale est "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Font Rendering Enhancer

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

                        Description
Font Rendering Enhancer comes from Opera Font Rendering by thunder13. Darker and clearer text on almost every page (http and https). Modified and ported Mac OSX Font Rendering by proxxy (from Opera on Presto engine).
"The windows browsers render the fonts based on the normal sub-pixel rendering without implementing Font smoothing, anti-aliasing as noticeable as Mac OSX. This tweak applies text to be displayed more anti-aliased using CSS3 property. So modern browsers supporting CSS3 and userstyle support would be able to support it. ;)"

Modified (v 0.1.4):
- A Control panel

Festum Presents                    

Informations de Base sur l'Extension

Nom Font Rendering Enhancer Font Rendering Enhancer
ID hmbmmdjlcdediglgfcdkhinjdelkiock
URL Officiel https://chromewebstore.google.com/detail/font-rendering-enhancer/hmbmmdjlcdediglgfcdkhinjdelkiock
Description Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).
Taille du Fichier 567 KB
Nombre d'Installations 100,000
Version Actuelle 0.1.4.1
Dernière Mise à Jour 2014-07-03
Date de Publication 2014-07-02
Évaluation 4.58/5 Total 366 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://femium.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "assets\/js\/font.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).",
    "icons": {
        "32": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Font Rendering Enhancer",
    "short_name": "FRE",
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "version": "0.1.4.1"
}