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 |
| 官方網址 | 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
}
]
} | |