Reader One New Tab
All News in One App for Chrome New Tab
What is Reader One New Tab?
Reader One New Tab is a Chrome extension developed by https://reader.one, and its main feature is "All News in One App for Chrome New Tab".
Extension Screenshots
Download Reader One New Tab Extension CRX File
Download Reader One New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
One App for New Tab This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab.
Extension Basic Information
Name | Reader One New Tab |
ID | hflhgklopklngaeoamlkieklibeeelbg |
Official URL | https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg |
Description | All News in One App for Chrome New Tab |
File Size | 211 KB |
Installation Count | 263 |
Current Version | 1.0.1 |
Last Updated | 2019-08-07 |
Publish Date | 2019-08-07 |
Rating | 4.83/5 Total 6 Ratings |
Developer | https://reader.one |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |