Readwise New Tab
Readwise quote in your new tab
What is Readwise New Tab?
Readwise New Tab is a Chrome extension developed by tedisagolli, and its main feature is "Readwise quote in your new tab".
Extension Screenshots
Download Readwise New Tab Extension CRX File
Download Readwise 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
Show a random quote from your Readwise account in your new tab
Extension Basic Information
Name | Readwise New Tab |
ID | iigdkhmjendealedklplakommgjpnhpg |
Official URL | https://chromewebstore.google.com/detail/readwise-new-tab/iigdkhmjendealedklplakommgjpnhpg |
Description | Readwise quote in your new tab |
File Size | 1.61 MB |
Installation Count | 349 |
Current Version | 2.0.2 |
Last Updated | 2022-09-19 |
Publish Date | 2021-05-25 |
Rating | 4.20/5 Total 5 Ratings |
Developer | tedisagolli |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Readwise New Tab", "description": "Readwise quote in your new tab", "version": "2.0.2", "icons": { "16": "logos\/icon_16.png", "48": "logos\/icon_48.png", "128": "logos\/icon_128.png", "256": "logos\/icon_256.png" }, "action": { "default_icon": { "16": "logos\/icon_16.png", "48": "logos\/icon_48.png" } }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/readwise.io\/api\/*" ] } |