RSS Reader

RSS Feed Reader

Co to jest RSS Reader?

RSS Reader to rozszerzenie Chrome opracowane przez Free Software, a jego główną funkcją jest „RSS Feed Reader”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RSS Reader

Pobierz pliki rozszerzeń RSS 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

                        A full featured RSS reader that's fully contained within the Google Chrome browser.

Features:
- Supports both RSS and Atom feeds
- You can manage the feeds manually or use a bookmark folder
- Use this software today                    

Podstawowe informacje o rozszerzeniu

Nazwa RSS Reader RSS Reader
ID lgdhfmcicppejeedlofoeeegkhdjcldn
Oficjalny URL https://chromewebstore.google.com/detail/rss-reader/lgdhfmcicppejeedlofoeeegkhdjcldn
Opis RSS Feed Reader
Rozmiar pliku 147 KB
Liczba instalacji 6,110
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-02-24
Data Publikacji 2020-05-20
Ocena 3.54/5 Łącznie 120 Oceny
Deweloper Free Software
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "version": "3.0.0",
    "permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "index.html"
    },
    "homepage_url": "https:\/\/rss-feed.freebusinessapps.net\/"
}