The Hindu

Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar

The Hindu란 무엇입니까?

The Hindu은(는) The Hindu Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Breaking News, India News, Sports News and Live Updates from The Hindu.
India’s National Fortnightly Magazine from The Hindu, Frontline.
Sports News Today, Live Cricket Score, Football News, Sports Videos from Sportstar.
Business Financial, Economy, Market, Stock - News & Updates from Businessline.                    

확장 프로그램 기본 정보

이름 The Hindu The Hindu
ID hnnogkamkmbpbjcendmjphkmgadfdefe
공식 URL https://chromewebstore.google.com/detail/the-hindu/hnnogkamkmbpbjcendmjphkmgadfdefe
설명 Today’s News Headlines from The Hindu, Businessline, Frontline and Sportstar
파일 크기 1.75 MB
설치 횟수 539
현재 버전 1.2
최근 업데이트 2023-09-26
출시 날짜 2023-08-11
평점 5.00/5 총 3 개의 평점
개발자 The Hindu Group
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thehindu.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Hindu",
    "description": "Today\u2019s News Headlines from The Hindu, Businessline, Frontline and Sportstar",
    "version": "1.2",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.thehindubusinessline.com\/*",
        "https:\/\/frontline.thehindu.com\/*",
        "https:\/\/sportstar.thehindu.com\/*",
        "https:\/\/www.thehindu.com\/*"
    ],
    "chrome_url_overrides": {
        "PAGE_TO_OVERRIDE": "index.html",
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/images\/TH16.png",
        "32": "assets\/images\/TH32.png",
        "48": "assets\/images\/TH48.png",
        "128": "assets\/images\/TH128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/TH16.png",
            "32": "assets\/images\/TH32.png",
            "48": "assets\/images\/TH48.png",
            "128": "assets\/images\/TH128.png"
        }
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    }
}