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 |
官方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" } } |