The Hindu

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

The Hindu란 무엇입니까?

The Hindu은(는) masthead1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Hindu. Get notifications for important news! - Developed by masthead1."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

The Hindu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 The Hindu The Hindu
ID knmpiompbjhokccdbgpbhpkafjkdlkbl
공식 URL https://chromewebstore.google.com/detail/the-hindu/knmpiompbjhokccdbgpbhpkafjkdlkbl
설명 The Hindu. Get notifications for important news! - Developed by masthead1.
파일 크기 380 KB
설치 횟수 2,001
현재 버전 0.2
최근 업데이트 2017-02-23
출시 날짜 2017-02-22
평점 4.05/5 총 22 개의 평점
개발자 masthead1
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}