Font Rendering Enhancer
Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).
Font Rendering Enhancer क्या है?
Font Rendering Enhancer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Rendering Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Description Font Rendering Enhancer comes from Opera Font Rendering by thunder13. Darker and clearer text on almost every page (http and https). Modified and ported Mac OSX Font Rendering by proxxy (from Opera on Presto engine). "The windows browsers render the fonts based on the normal sub-pixel rendering without implementing Font smoothing, anti-aliasing as noticeable as Mac OSX. This tweak applies text to be displayed more anti-aliased using CSS3 property. So modern browsers supporting CSS3 and userstyle support would be able to support it. ;)" Modified (v 0.1.4): - A Control panel Festum Presents
एक्सटेंशन की मूल जानकारी
नाम | Font Rendering Enhancer |
ID | hmbmmdjlcdediglgfcdkhinjdelkiock |
आधिकारिक URL | https://chromewebstore.google.com/detail/font-rendering-enhancer/hmbmmdjlcdediglgfcdkhinjdelkiock |
विवरण | Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https). |
फ़ाइल का आकार | 567 KB |
स्थापना संख्या | 100,000 |
वर्तमान संस्करण | 0.1.4.1 |
अंतिम अपडेट | 2014-07-03 |
प्रकाशन तिथि | 2014-07-02 |
रेटिंग | 4.58/5 कुल 366 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://femium.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "assets\/js\/font.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).", "icons": { "32": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Font Rendering Enhancer", "short_name": "FRE", "permissions": [ "*:\/\/*\/*", "storage" ], "version": "0.1.4.1" } |