The Hindu Revamp

An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography

Wat is The Hindu Revamp?

The Hindu Revamp is een Chrome-extensie ontwikkeld door shidhin, en de belangrijkste functie is "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Hindu Revamp

Download The Hindu Revamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
Officiële URL https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Beschrijving An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Bestandsgrootte 151 KB
Aantal Installaties 320
Huidige Versie 1.7
Laatst Bijgewerkt 2014-01-16
Publicatiedatum 2014-01-15
Beoordeling 4.10/5 Totaal 48 Beoordelingen
Ontwikkelaar shidhin
Betalingswijze free
Extensiewebsite https://github.com/shidhins/the-hindu-revamp
Help Pagina-URL https://github.com/shidhins/the-hindu-revamp/issues/new
Ondersteunde Talen 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
}