InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
什么是InShorts?
InShorts是由masthead1开发的Chrome扩展程序,该扩展的主要功能是“Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.”。
扩展截图
下载InShorts扩展crx文件
下载InShorts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay informed in 60 words. We understand you don’t have time to go through long news articles everyday. So we cut the clutter and deliver them, in 60-word shorts. Short news for the mobile generation. About the extension: -[NEW]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 inShorts. User is advised to use this extension for his personal use only.
扩展基本信息
名称 | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
官方URL | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
简介 | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
文件大小 | 317 KB |
安装次数 | 3,924 |
当前版本 | 1.0 |
更新时间 | 2017-07-03 |
上架时间 | 2017-07-03 |
评分 | 4.65/5 共20次评分 |
开发者 | masthead1 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.inshorts.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InShorts", "description": "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. ", "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" }, "version": "1.0", "homepage_url": "http:\/\/inshorts.com", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/www.inshorts.com\/en\/read", "http:\/\/images.newsinshorts.com.edgesuite.net\/app_assets\/images\/", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "img\/favicon.png", "default_title": "InShorts - by masthead1", "default_popup": "popup.html" } } |