Readify
Sets the default font family, font color, and line-height for those hard to read websites.
Readify क्या है?
Readify Shane Hoban द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets the default font family, font color, and line-height for those hard to read websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You no longer have to deal with terrible contrast websites (specifically, light gray text on white background). This extension improves readability, including the color, font famil, and line height.
एक्सटेंशन की मूल जानकारी
नाम | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
आधिकारिक URL | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
विवरण | Sets the default font family, font color, and line-height for those hard to read websites. |
फ़ाइल का आकार | 33.13 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-04-05 |
प्रकाशन तिथि | 2016-04-05 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Shane Hoban |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readify", "description": "Sets the default font family, font color, and line-height for those hard to read websites.", "version": "1.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] } } |