deblurr

Disables anti-aliasing.

Wat is deblurr?

deblurr is een Chrome-extensie ontwikkeld door bergsell, en de belangrijkste functie is "Disables anti-aliasing.".

Download het CRX-bestand van de extensie deblurr

Download deblurr-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

                        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');.                    

Basisinformatie over de Extensie

Naam deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
Officiële URL https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Beschrijving Disables anti-aliasing.
Bestandsgrootte 10.9 KB
Aantal Installaties 148
Huidige Versie 1.2
Laatst Bijgewerkt 2013-02-12
Publicatiedatum 2013-02-12
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar bergsell
Betalingswijze free
Ondersteunde Talen 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"
    }
}