The Hindu Revamp
An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Vad är The Hindu Revamp?
The Hindu Revamp är en Chrome-tillägg utvecklad av shidhin, och dess huvudfunktion är "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".
Tilläggsskärmbilder
Ladda ner The Hindu Revamp-förlängningens CRX-fil
Ladda ner The Hindu Revamp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | The Hindu Revamp |
ID | iljpefbhclkoadkooeidbkkmfgcmmmok |
Officiell webbadress | https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok |
Beskrivning | An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography |
Filstorlek | 151 KB |
Antal Installationer | 320 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2014-01-16 |
Publiceringsdatum | 2014-01-15 |
Betyg | 4.10/5 Totalt 48 Betyg |
Utvecklare | shidhin |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/shidhins/the-hindu-revamp |
Hjälpsida URL | https://github.com/shidhins/the-hindu-revamp/issues/new |
Stödda Språk | 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 } |