deblurr

Disables anti-aliasing.

Co je deblurr?

deblurr je rozšíření Chrome vyvinuté bergsell, a jeho hlavní funkcí je „Disables anti-aliasing.“.

Stáhnout soubor CRX rozšíření deblurr

Stáhněte si soubory rozšíření deblurr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
Oficiální URL https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Popis Disables anti-aliasing.
Velikost souboru 10.9 KB
Počet instalací 148
Aktuální Verze 1.2
Poslední Aktualizace 2013-02-12
Datum Vydání 2013-02-12
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář bergsell
Typ Platby free
Podporované Jazyky 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"
    }
}