Feeds Pub
An RSS aggregator and network
什么是Feeds Pub?
Feeds Pub是由https://feeds.pub开发的Chrome扩展程序,该扩展的主要功能是“An RSS aggregator and network”。
扩展截图
下载Feeds Pub扩展crx文件
下载Feeds Pub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows how many unread contents you have on Feeds Pub, so you don't have to open the website and check 扩展基本信息
| 名称 | |
| ID | pallehogfdjngkmogmijfllooflflaof |
| 官方URL | https://chromewebstore.google.com/detail/feeds-pub/pallehogfdjngkmogmijfllooflflaof |
| 简介 | An RSS aggregator and network |
| 文件大小 | 234 KB |
| 安装次数 | 232 |
| 当前版本 | 1.4 |
| 更新时间 | 2020-07-06 |
| 上架时间 | 2020-05-06 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://feeds.pub |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://feeds.pub |
| 帮助页面URL | https://github.com/feedspub/feedspub-feedback/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "timqian",
"homepage_url": "https:\/\/feeds.pub",
"name": "Feeds Pub",
"description": "An RSS aggregator and network",
"version": "1.4",
"icons": {
"128": "assets\/icon.png"
},
"browser_action": {
"default_icon": "assets\/icon.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"notifications",
"background",
"alarms"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |