The Hindu Revamp

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

O que é The Hindu Revamp?

The Hindu Revamp é uma extensão do Chrome desenvolvida por shidhin, e sua principal característica é "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The Hindu Revamp

Baixe arquivos de extensão The Hindu Revamp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
URL Oficial https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Descrição An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Tamanho do Arquivo 151 KB
Contagem de Instalações 320
Versão Atual 1.7
Última Atualização 2014-01-16
Data de Publicação 2014-01-15
Classificação 4.10/5 Total de 48 Avaliações
Desenvolvedor shidhin
Tipo de Pagamento free
Site da Extensão https://github.com/shidhins/the-hindu-revamp
URL da Página de Ajuda https://github.com/shidhins/the-hindu-revamp/issues/new
Idiomas Suportados 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
}