The Hindu Revamp
An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Cos'è The Hindu Revamp?
The Hindu Revamp è un'estensione di Chrome sviluppata da shidhin, e la sua funzione principale è "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Hindu Revamp
Scarica i file di estensione The Hindu Revamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | The Hindu Revamp |
ID | iljpefbhclkoadkooeidbkkmfgcmmmok |
URL Ufficiale | https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok |
Descrizione | An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography |
Dimensione del File | 151 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2014-01-16 |
Data di Pubblicazione | 2014-01-15 |
Valutazione | 4.10/5 Totale 48 Valutazioni |
Sviluppatore | shidhin |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/shidhins/the-hindu-revamp |
URL della Pagina di Aiuto | https://github.com/shidhins/the-hindu-revamp/issues/new |
Lingue Supportate | 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 } |