WebFeed

Web Feed Reader

什么是WebFeed?

WebFeed是由Taoshu开发的Chrome扩展程序,该扩展的主要功能是“Web Feed Reader”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
}