Readability for Google Plus™
Makes comment text clear in Google+'s new design
Readability for Google Plus™ क्या है?
Readability for Google Plus™ Tzafrir Rehan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes comment text clear in Google+'s new design"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readability for Google Plus™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Somebody in Google decided that grey text over a grey background is something users are able to read. I disagree. This extension will make comments' text black and clear.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kndkppheelokdboefcboglgbnihnpgnd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd |
विवरण | Makes comment text clear in Google+'s new design |
फ़ाइल का आकार | 4.92 KB |
स्थापना संख्या | 1,868 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2012-09-12 |
प्रकाशन तिथि | 2012-09-12 |
रेटिंग | 4.70/5 कुल 20 रेटिंग्स |
डेवलपर | Tzafrir Rehan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readability for Google Plus\u2122", "description": "Makes comment text clear in Google+'s new design", "version": "1.3", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "readability.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/plus.google.com\/*" ], "manifest_version": 2 } |