deblurr

Disables anti-aliasing.

deblurrคืออะไร?

deblurr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bergsell และคุณลักษณะหลักของมันคือ "Disables anti-aliasing."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย deblurr

ดาวน์โหลดไฟล์ส่วนขยาย deblurr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
คำอธิบาย Disables anti-aliasing.
ขนาดไฟล์ 10.9 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-02-12
วันที่เผยแพร่ 2013-02-12
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา bergsell
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}