deblurr

Disables anti-aliasing.

deblurr क्या है?

deblurr bergsell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables anti-aliasing."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में deblurr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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