CommaFeed
CommaFeed browser extension
什么是CommaFeed?
CommaFeed是由https://commafeed.com开发的Chrome扩展程序,该扩展的主要功能是“CommaFeed browser extension”。
扩展截图
下载CommaFeed扩展crx文件
下载CommaFeed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CommaFeed is a bloat-free feed reader.
The extension will show an action next to the address bar with the count of your unread articles.
Clicking the button will either:
- show CommaFeed in a popup
- open CommaFeed in a new tab
- open next unread article in a new tab 扩展基本信息
| 名称 | |
| ID | bpbfpjiciblcfeganojjkfapnllbhdga |
| 官方URL | https://chromewebstore.google.com/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga |
| 简介 | CommaFeed browser extension |
| 文件大小 | 112 KB |
| 安装次数 | 954 |
| 当前版本 | 3.3.2 |
| 更新时间 | 2023-06-19 |
| 上架时间 | 2013-05-27 |
| 评分 | 4.71/5 共24次评分 |
| 开发者 | https://commafeed.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.commafeed.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Athou",
"description": "CommaFeed browser extension",
"name": "CommaFeed",
"version": "3.3.2",
"content_scripts": [
{
"js": [
"src\/entries\/contentScript\/main.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"options_ui": {
"page": "src\/entries\/options\/index.html",
"open_in_tab": true
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_popup": "src\/entries\/popup\/index.html"
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"assets\/src\/entries\/contentScript\/main-d7f36a58.js",
"assets\/options-dc04903d.js",
"assets\/@react-refresh-1da50a87.js"
],
"matches": [
"*:\/\/*\/*"
],
"use_dynamic_url": true
}
]
} | |