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 |
官方網址 | 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 |
電子郵箱 | [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" } |