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 serge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your own collection of feeds, organize and read it with FeedBundle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FeedBundle - Online RSS News Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        ]
    }
}