The Hindu

The Hindu. Get notifications for important news! - Developed by masthead1.

O que é The Hindu?

The Hindu é uma extensão do Chrome desenvolvida por masthead1, e sua principal característica é "The Hindu. Get notifications for important news! - Developed by masthead1.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The Hindu

Baixe arquivos de extensão The Hindu 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

                        The Hindu keeps you up-to-date in flat 1 minutes every day!

Features: 
★ Read precise headlines and the most relevant daily news in English. 
★ Readability is enhanced by images and bullet points. 
★ Click an item to read the whole contextual timeline. 

Tweaks:
★ Choose the frequency of news notifications.
★ Get notified for every important event.
★ Have finer control over what notifications you want to see.
★ A concise view where, reading news was never so convenient.
★ Choose a news topic for notifications.

Credits:
★ Extension created by masthead1

NOTE: I'm not responsible for any unforeseen disputes and/or clashes. All the copyrights and trademarks still belong to The Hindu. User is advised to use this extension for his personal use only.                    

Informações Básicas da Extensão

Nome The Hindu The Hindu
ID knmpiompbjhokccdbgpbhpkafjkdlkbl
URL Oficial https://chromewebstore.google.com/detail/the-hindu/knmpiompbjhokccdbgpbhpkafjkdlkbl
Descrição The Hindu. Get notifications for important news! - Developed by masthead1.
Tamanho do Arquivo 380 KB
Contagem de Instalações 2,001
Versão Atual 0.2
Última Atualização 2017-02-23
Data de Publicação 2017-02-22
Classificação 4.05/5 Total de 22 Avaliações
Desenvolvedor masthead1
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Hindu",
    "description": "The Hindu. Get notifications for important news! - Developed by masthead1. ",
    "icons": {
        "36": "img\/thlogo1.png",
        "48": "img\/thlogo1.png",
        "72": "img\/thlogo1.png",
        "96": "img\/thlogo1.png"
    },
    "version": "0.2",
    "homepage_url": "http:\/\/www.thehindu.com\/",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.thehindu.com\/",
        "alarms",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/thlogo1.png",
        "default_title": "The Hindu",
        "default_popup": "popup.html"
    }
}