WebFeed
Web Feed Reader
WebFeedとは何ですか?
WebFeedはTaoshuによって開発されたChromeの拡張機能で、その主な機能は「Web Feed Reader」です。
拡張機能のスクリーンショット
WebFeed拡張機能のCRXファイルをダウンロード
WebFeed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WebFeed is a lightweight RSS/Atom feed notifier. WebFeed could detect feeds in web pages automatically. If user subscribe it, WebFeed would check new articles repeatedly and show the new badge when available. And user could read the new feed summaries.
拡張機能の基本情報
名前 | WebFeed |
ID | phonnpdncnchhpobgkabgcjoapjcacop |
公式URL | https://chromewebstore.google.com/detail/webfeed/phonnpdncnchhpobgkabgcjoapjcacop |
説明 | Web Feed Reader |
ファイルサイズ | 56.84 KB |
インストール数 | 562 |
現在のバージョン | 0.8.1 |
最終更新日 | 2022-05-19 |
公開日 | 2022-05-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Taoshu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/taoso/webfeed |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebFeed", "version": "0.8.1", "description": "Web Feed Reader", "author": "\u6d9b\u53d4", "homepage_url": "https:\/\/github.com\/taoso\/webfeed", "icons": { "128": "icons\/icon-square-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "alarms", "storage", "scripting", "bookmarks", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "128": "icons\/icon-square-gray-128.png" }, "default_title": "WebFeed" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "92" } |