Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

Better Typography | Smooth Fonts क्या है?

Better Typography | Smooth Fonts Ali Arıkel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This tool enables text kerning & monochrome text anti-aliasing on macOS. 

ANOTHER OS USERS
If your system is not "macOS" this extension won't work but you can apply following steps to get rid of lcd anti-aliasing. Then monochrome anti-aliasing will be enabled.
#1 Type adreess bar "chrome://flags/#lcd-text-aa" (without quotes).
#2 Select "Disabled" for LCD text antialiasing.
#3 Click "Relaunch Now" button appeared bottom at bottom of window.                    

एक्सटेंशन की मूल जानकारी

नाम Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
आधिकारिक URL https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
विवरण Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
फ़ाइल का आकार 7.08 KB
स्थापना संख्या 278
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2017-06-02
प्रकाशन तिथि 2017-06-02
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर Ali Arıkel
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Typography | Smooth Fonts",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}