FeedBundle - Online RSS News Reader

Make your own collection of feeds, organize and read it with FeedBundle.

FeedBundle - Online RSS News Reader là gì?

FeedBundle - Online RSS News Reader là một tiện ích mở rộng Chrome được phát triển bởi serge, và tính năng chính của nó là "Make your own collection of feeds, organize and read it with FeedBundle.".

Ả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 FeedBundle - Online RSS News Reader

Tải xuống các tệp mở rộng FeedBundle - Online RSS News Reader 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

                        Features:
- Bookmarks
- Folders
- Import/Export
- Regex support to extract news from any site

Jul 4, 2022 (1.6)
- Bug fixing 
- Regexp support

Dec 8, 2018 (1.5)
- Bug fixing 
- Clear text mode

Sep 15, 2018 (1.0)
 - First release                    

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

Tên FeedBundle - Online RSS News Reader FeedBundle - Online RSS News Reader
ID phpkhhdfcdlkcmakbfieencikecnddck
URL Chính Thức https://chromewebstore.google.com/detail/feedbundle-online-rss-new/phpkhhdfcdlkcmakbfieencikecnddck
Mô tả Make your own collection of feeds, organize and read it with FeedBundle.
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2022-07-10
Ngày Phát Hành 2019-11-02
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển serge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FeedBundle - Online RSS News Reader",
    "version": "1.6.0",
    "description": "Make your own collection of feeds, organize and read it with FeedBundle.",
    "author": "Serge Russo ",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [],
    "optional_host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "FeedBundle"
    },
    "icons": {
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": ".\/assets\/js\/chrome\/index.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    }
}