7Reads
Save up to 7 articles to read later.
什么是7Reads?
7Reads是由Maxi开发的Chrome扩展程序,该扩展的主要功能是“Save up to 7 articles to read later.”。
扩展截图
下载7Reads扩展crx文件
下载7Reads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | dccpgbihikflpeipplecegejebpeligi |
| 官方URL | https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi |
| 简介 | Save up to 7 articles to read later. |
| 文件大小 | 295 KB |
| 安装次数 | 158 |
| 当前版本 | 1.5.0 |
| 更新时间 | 2021-07-30 |
| 上架时间 | 2020-06-27 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Maxi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://7reads.now.sh |
| 支持的语言 | 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"
]
}
} | |