Smooth Fonts
This lightweight extension significantly improves font rendering on computers running OS X.
Smooth Fonts क्या है?
Smooth Fonts James Edmonston द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This lightweight extension significantly improves font rendering on computers running OS X."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smooth Fonts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jomdmdadhphmnkfocajhglgmhfmeajef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef |
विवरण | This lightweight extension significantly improves font rendering on computers running OS X. |
फ़ाइल का आकार | 2.84 KB |
स्थापना संख्या | 905 |
वर्तमान संस्करण | 10.1.2 |
अंतिम अपडेट | 2016-05-11 |
प्रकाशन तिथि | 2016-05-11 |
रेटिंग | 4.14/5 कुल 28 रेटिंग्स |
डेवलपर | James Edmonston |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ethercreative.co.uk |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smooth Fonts", "description": "This lightweight extension significantly improves font rendering on computers running OS X.", "version": "10.1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ] } |