FeedBundle - Online RSS News Reader

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

FeedBundle - Online RSS News Readerคืออะไร?

FeedBundle - Online RSS News Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย serge และคุณลักษณะหลักของมันคือ "Make your own collection of feeds, organize and read it with FeedBundle."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FeedBundle - Online RSS News Reader

ดาวน์โหลดไฟล์ส่วนขยาย FeedBundle - Online RSS News Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FeedBundle - Online RSS News Reader FeedBundle - Online RSS News Reader
ID phpkhhdfcdlkcmakbfieencikecnddck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedbundle-online-rss-new/phpkhhdfcdlkcmakbfieencikecnddck
คำอธิบาย Make your own collection of feeds, organize and read it with FeedBundle.
ขนาดไฟล์ 1.68 MB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2022-07-10
วันที่เผยแพร่ 2019-11-02
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา serge
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            }
        ]
    }
}