deblurr

Disables anti-aliasing.

Apa itu deblurr?

deblurr adalah ekstensi Chrome yang dikembangkan oleh bergsell, dan fitur utamanya adalah "Disables anti-aliasing.".

Unduh Berkas CRX Ekstensi deblurr

Unduh file ekstensi deblurr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
URL Resmi https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Deskripsi Disables anti-aliasing.
Ukuran File 10.9 KB
Jumlah Instalasi 148
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-02-12
Tanggal Publikasi 2013-02-12
Penilaian 4.83/5 Total 6 Penilaian
Pengembang bergsell
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}