The Hindu Revamp

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

Was ist The Hindu Revamp?

The Hindu Revamp ist eine Chrome-Erweiterung, die von shidhin entwickelt wurde, und ihr Hauptmerkmal ist "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Erweiterungsscreenshots

screenshot
screenshot

The Hindu Revamp-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Hindu Revamp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
Offizielle URL https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Beschreibung An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Dateigröße 151 KB
Installationsanzahl 320
Aktuelle Version 1.7
Letztes Update 2014-01-16
Veröffentlichungsdatum 2014-01-15
Bewertung 4.10/5 Insgesamt 48 Bewertungen
Entwickler shidhin
Zahlungsart free
Erweiterungswebsite https://github.com/shidhins/the-hindu-revamp
Hilfeseite URL https://github.com/shidhins/the-hindu-revamp/issues/new
Unterstützte Sprachen 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
}