deblurr

Disables anti-aliasing.

deblurr là gì?

deblurr là một tiện ích mở rộng Chrome được phát triển bởi bergsell, và tính năng chính của nó là "Disables anti-aliasing.".

Tải xuống tệp CRX của tiện ích mở rộng deblurr

Tải xuống các tệp mở rộng deblurr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên deblurr deblurr
ID mjloeooooapfjiifokponbnboglcgdim
URL Chính Thức https://chromewebstore.google.com/detail/deblurr/mjloeooooapfjiifokponbnboglcgdim
Mô tả Disables anti-aliasing.
Kích Thước Tệp 10.9 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-02-12
Ngày Phát Hành 2013-02-12
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bergsell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}