FeedBundle - Online RSS News Reader

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

Co to jest FeedBundle - Online RSS News Reader?

FeedBundle - Online RSS News Reader to rozszerzenie Chrome opracowane przez serge, a jego główną funkcją jest „Make your own collection of feeds, organize and read it with FeedBundle.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FeedBundle - Online RSS News Reader

Pobierz pliki rozszerzeń FeedBundle - Online RSS News Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FeedBundle - Online RSS News Reader FeedBundle - Online RSS News Reader
ID phpkhhdfcdlkcmakbfieencikecnddck
Oficjalny URL https://chromewebstore.google.com/detail/feedbundle-online-rss-new/phpkhhdfcdlkcmakbfieencikecnddck
Opis Make your own collection of feeds, organize and read it with FeedBundle.
Rozmiar pliku 1.68 MB
Liczba instalacji 142
Aktualna Wersja 1.6.0
Ostatnia Aktualizacja 2022-07-10
Data Publikacji 2019-11-02
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper serge
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            }
        ]
    }
}