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.”。
扩展截图
下载The Hindu扩展crx文件
下载The Hindu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |