nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
Cos'è nextcloud-news-webextension?
nextcloud-news-webextension è un'estensione di Chrome sviluppata da Lukas Leist, e la sua funzione principale è "Displays unread articles from the Nextcloud News App".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nextcloud-news-webextension
Scarica i file di estensione nextcloud-news-webextension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension checks for new articles in a regular interval and shows a preview.
Informazioni di Base sull'Estensione
Nome | nextcloud-news-webextension |
ID | ehefnhcojbpkophibijadabacoakondh |
URL Ufficiale | https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh |
Descrizione | Displays unread articles from the Nextcloud News App |
Dimensione del File | 145 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2023-05-08 |
Data di Pubblicazione | 2021-04-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Lukas Leist |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lukasleist/nextcloud-news-webextension |
Lingue Supportate | 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" } |