The Hindu Revamp

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

Hvad er The Hindu Revamp?

The Hindu Revamp er en Chrome-udvidelse udviklet af shidhin, og dens hovedfunktion er "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Udvidelsesskærmbilleder

screenshot
screenshot

Download The Hindu Revamp-udvidelses-CRX-fil

Download The Hindu Revamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
Officiel URL https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Beskrivelse An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Filstørrelse 151 KB
Antal Installationer 320
Nuværende Version 1.7
Senest Opdateret 2014-01-16
Udgivelsesdato 2014-01-15
Bedømmelse 4.10/5 Samlet 48 Bedømmelser
Udvikler shidhin
Betalingsmetode free
Udvidelseswebsted https://github.com/shidhins/the-hindu-revamp
Hjælpeside-URL https://github.com/shidhins/the-hindu-revamp/issues/new
Understøttede Sprog 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
}