The Hindu Revamp
An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
The Hindu Revamp क्या है?
The Hindu Revamp shidhin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Hindu Revamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A cleaner interface for a better reading experience of India's most trusted newspaper. No configurations, just get the extension and continue reading thehindu.com. Only better this time ! Update: - Fixed jagged fonts issue - Fluid layout for article page now with a bumped up font size
एक्सटेंशन की मूल जानकारी
नाम | The Hindu Revamp |
ID | iljpefbhclkoadkooeidbkkmfgcmmmok |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok |
विवरण | An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography |
फ़ाइल का आकार | 151 KB |
स्थापना संख्या | 320 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2014-01-16 |
प्रकाशन तिथि | 2014-01-15 |
रेटिंग | 4.10/5 कुल 48 रेटिंग्स |
डेवलपर | shidhin |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/shidhins/the-hindu-revamp |
सहायता पृष्ठ URL | https://github.com/shidhins/the-hindu-revamp/issues/new |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Hindu Revamp", "version": "1.7", "description": "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.thehindu.com\/*" ], "css": [ "src\/main.css" ] }, { "matches": [ "http:\/\/*.thehindu.com\/*.ece*" ], "css": [ "src\/article.css" ] } ], "web_accessible_resources": [ "src\/fonts\/roboto-regular-webfont.woff", "src\/fonts\/roboto-regular-webfont.svg", "src\/fonts\/roboto-medium-webfont.woff", "src\/fonts\/roboto-medium-webfont.svg", "src\/fonts\/roboto-light-webfont.woff", "src\/fonts\/roboto-light-webfont.svg" ], "manifest_version": 2 } |