deblurr

Disables anti-aliasing.

Qu'est-ce que deblurr ?

deblurr est une extension Chrome développée par bergsell, et sa fonction principale est "Disables anti-aliasing.".

Télécharger le fichier CRX de l'extension deblurr

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

                        The deblurr extension will turn off font smoothing to make the text appear crisp for those of you who cannot stand the normal font smoothing that is done to hide the fact that we have very low density screens on our computers.

Totally harmless extension, the only thing that it does is to set document.body.setAttribute('style','-webkit-font-smoothing:none');.                    

Informations de Base sur l'Extension

Nom deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
URL Officiel https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Description Disables anti-aliasing.
Taille du Fichier 10.9 KB
Nombre d'Installations 148
Version Actuelle 1.2
Dernière Mise à Jour 2013-02-12
Date de Publication 2013-02-12
Évaluation 4.83/5 Total 6 Évaluations
Développeur bergsell
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "deblurr",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Disables anti-aliasing.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}