deblurr

Disables anti-aliasing.

Cos'è deblurr?

deblurr è un'estensione di Chrome sviluppata da bergsell, e la sua funzione principale è "Disables anti-aliasing.".

Scarica il file CRX dell'estensione deblurr

Scarica i file di estensione deblurr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
URL Ufficiale https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Descrizione Disables anti-aliasing.
Dimensione del File 10.9 KB
Conteggio Installazioni 148
Versione Corrente 1.2
Ultimo Aggiornamento 2013-02-12
Data di Pubblicazione 2013-02-12
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore bergsell
Tipo di Pagamento free
Lingue Supportate 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"
    }
}