WebFeed

Web Feed Reader

WebFeed là gì?

WebFeed là một tiện ích mở rộng Chrome được phát triển bởi Taoshu, và tính năng chính của nó là "Web Feed Reader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebFeed

Tải xuống các tệp mở rộng WebFeed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebFeed WebFeed
ID phonnpdncnchhpobgkabgcjoapjcacop
URL Chính Thức https://chromewebstore.google.com/detail/webfeed/phonnpdncnchhpobgkabgcjoapjcacop
Mô tả Web Feed Reader
Kích Thước Tệp 56.84 KB
Số Lần Cài Đặt 562
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2022-05-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Taoshu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/taoso/webfeed
Ngôn Ngữ Được Hỗ Trợ 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"
}