The Hindu Revamp

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

Qu'est-ce que The Hindu Revamp ?

The Hindu Revamp est une extension Chrome développée par shidhin, et sa fonction principale est "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The Hindu Revamp

Téléchargez les fichiers d'extension The Hindu Revamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
URL Officiel https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Description An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Taille du Fichier 151 KB
Nombre d'Installations 320
Version Actuelle 1.7
Dernière Mise à Jour 2014-01-16
Date de Publication 2014-01-15
Évaluation 4.10/5 Total 48 Évaluations
Développeur shidhin
Type de Paiement free
Site Web de l'Extension https://github.com/shidhins/the-hindu-revamp
URL de la Page d'Aide https://github.com/shidhins/the-hindu-revamp/issues/new
Langues Prises en Charge 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
}