7Reads
Save up to 7 articles to read later.
What is 7Reads?
7Reads is a Chrome extension developed by Maxi, and its main feature is "Save up to 7 articles to read later.".
Extension Screenshots
Download 7Reads Extension CRX File
Download 7Reads 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
We want to help you keep an uncluttered repository of knowledge. Save up to 7 articles to read later. Start by reading an article every day or follow your own pace.
Extension Basic Information
Name | 7Reads |
ID | dccpgbihikflpeipplecegejebpeligi |
Official URL | https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi |
Description | Save up to 7 articles to read later. |
File Size | 295 KB |
Installation Count | 158 |
Current Version | 1.5.0 |
Last Updated | 2021-07-30 |
Publish Date | 2020-06-27 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Maxi |
[email protected] | |
Payment Type | free |
Extension Website | https://7reads.now.sh |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "7Reads", "description": "Save up to 7 articles to read later.", "version": "1.5.0", "browser_action": { "default_popup": "index.html", "default_title": "Open 7reads" }, "icons": { "16": "icon-dark-16.png", "48": "icon-dark-48.png", "128": "icon-dark-128.png" }, "permissions": [ "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] } } |