Reader One New Tab
All News in One App for Chrome New Tab
什么是Reader One New Tab?
Reader One New Tab是由https://reader.one开发的Chrome扩展程序,该扩展的主要功能是“All News in One App for Chrome New Tab”。
扩展截图
下载Reader One New Tab扩展crx文件
下载Reader One New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One App for New Tab
This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab. 扩展基本信息
| 名称 | |
| ID | hflhgklopklngaeoamlkieklibeeelbg |
| 官方URL | https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg |
| 简介 | All News in One App for Chrome New Tab |
| 文件大小 | 211 KB |
| 安装次数 | 263 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2019-08-07 |
| 上架时间 | 2019-08-07 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | https://reader.one |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": ".\/public\/index.html"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.reader.one https:\/\/reader.one",
"description": "All News in One App for Chrome New Tab",
"icons": {
"128": ".\/public\/assets\/icon_128.png",
"16": ".\/public\/assets\/icon_16.png",
"48": ".\/public\/assets\/icon_48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.reader.one\/"
],
"js": [
"scripts\/installed.js"
]
}
],
"manifest_version": 2,
"name": "Reader One New Tab",
"permissions": [
"alarms",
"storage",
"https:\/\/*.reader.one\/"
],
"version": "1.0.1"
} | |