Reddzit Reader
Review your saved posts on Reddit, Pocket, and more.
什么是Reddzit Reader?
Reddzit Reader是由alxvallejo开发的Chrome扩展程序,该扩展的主要功能是“Review your saved posts on Reddit, Pocket, and more.”。
扩展截图
下载Reddzit Reader扩展crx文件
下载Reddzit Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View your saved Reddit posts in a minimal reader. Expanding to Pocket and other news sources where you can save your favorite posts and review them, categorize them, unsave them, and more. 扩展基本信息
| 名称 | |
| ID | pphbloclmhhppmiknfjpddkefnialknl |
| 官方URL | https://chromewebstore.google.com/detail/reddzit-reader/pphbloclmhhppmiknfjpddkefnialknl |
| 简介 | Review your saved posts on Reddit, Pocket, and more. |
| 文件大小 | 86.18 KB |
| 安装次数 | 34 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-01-22 |
| 上架时间 | 2019-01-21 |
| 开发者 | alxvallejo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://reddzit.seojeek.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddzit Reader",
"version": "1.0",
"description": "Review your saved posts on Reddit, Pocket, and more.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Reddzit",
"default_icon": {
"16": "reddzit-chrome-extension-02.png",
"32": "reddzit-chrome-extension-02.png",
"512": "reddzit-chrome-extension-02.png"
}
},
"manifest_version": 2
} | |