deblurr

Disables anti-aliasing.

什麼是deblurr?

deblurr是由bergsell開發的Chrome擴展程式,該擴展的主要功能是“Disables anti-aliasing.”。

下載deblurr擴展crx文件

下載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
官方網址 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"
    }
}