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
官方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"
    }
}