nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
Vad är nextcloud-news-webextension?
nextcloud-news-webextension är en Chrome-tillägg utvecklad av Lukas Leist, och dess huvudfunktion är "Displays unread articles from the Nextcloud News App".
Tilläggsskärmbilder
Ladda ner nextcloud-news-webextension-förlängningens CRX-fil
Ladda ner nextcloud-news-webextension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension checks for new articles in a regular interval and shows a preview. Grundläggande Information om Tillägg
| Namn | |
| ID | ehefnhcojbpkophibijadabacoakondh |
| Officiell webbadress | https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh |
| Beskrivning | Displays unread articles from the Nextcloud News App |
| Filstorlek | 145 KB |
| Antal Installationer | 38 |
| Aktuell Version | 0.5 |
| Senast Uppdaterad | 2023-05-08 |
| Publiceringsdatum | 2021-04-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Lukas Leist |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/lukasleist/nextcloud-news-webextension |
| Stödda Språk | 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"
} | |