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”。
擴展截圖
下載The Hindu擴展crx文件
下載The Hindu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hnnogkamkmbpbjcendmjphkmgadfdefe |
官方網址 | 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" } } |