WebFeed
Web Feed Reader
What is WebFeed?
WebFeed is a Chrome extension developed by Taoshu, and its main feature is "Web Feed Reader".
Extension Screenshots
Download WebFeed Extension CRX File
Download WebFeed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WebFeed |
ID | phonnpdncnchhpobgkabgcjoapjcacop |
Official URL | https://chromewebstore.google.com/detail/webfeed/phonnpdncnchhpobgkabgcjoapjcacop |
Description | Web Feed Reader |
File Size | 56.84 KB |
Installation Count | 562 |
Current Version | 0.8.1 |
Last Updated | 2022-05-19 |
Publish Date | 2022-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Taoshu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/taoso/webfeed |
Supported Languages | 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" } |