nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
Co to jest nextcloud-news-webextension?
nextcloud-news-webextension to rozszerzenie Chrome opracowane przez Lukas Leist, a jego główną funkcją jest „Displays unread articles from the Nextcloud News App”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia nextcloud-news-webextension
Pobierz pliki rozszerzeń nextcloud-news-webextension 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
The extension checks for new articles in a regular interval and shows a preview.
Podstawowe informacje o rozszerzeniu
Nazwa | nextcloud-news-webextension |
ID | ehefnhcojbpkophibijadabacoakondh |
Oficjalny URL | https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh |
Opis | Displays unread articles from the Nextcloud News App |
Rozmiar pliku | 145 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2023-05-08 |
Data Publikacji | 2021-04-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Lukas Leist |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lukasleist/nextcloud-news-webextension |
Obsługiwane Języki | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "__MSG_extDescription__", "options_page": "options\/options.html", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/icon128.png" }, "default_popup": "popup\/popup.html" }, "default_locale": "en", "icons": { "128": "assets\/images\/icon128.png" }, "permissions": [ "alarms", "storage", "unlimitedStorage", "background" ], "host_permissions": [ "*:\/\/*\/*" ], "name": "nextcloud-news-webextension", "version": "0.5" } |