FreshRSS Checker

Shows unread count for FreshRSS

Co to jest FreshRSS Checker?

FreshRSS Checker to rozszerzenie Chrome opracowane przez Brawl, a jego główną funkcją jest „Shows unread count for FreshRSS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FreshRSS Checker

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

                        FreshRSS Checker is a WebExtension that tracks unread items in a FreshRSS instance and shows a badge with the number of unread articles.

Requires Chrome 100+.                    

Podstawowe informacje o rozszerzeniu

Nazwa FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
Oficjalny URL https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
Opis Shows unread count for FreshRSS
Rozmiar pliku 29.33 KB
Liczba instalacji 322
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2022-03-30
Data Publikacji 2021-02-28
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Brawl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Brawl345/FreshRSS-Checker
Adres URL Strony Pomocy https://github.com/Brawl345/FreshRSS-Checker/issues
Obsługiwane Języki de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Andreas Bielawski",
    "version": "3.0.1",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "build\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}