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 |
| Eメール | [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"
} | |