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