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 |
| Eメール | [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
}
]
} | |