nextcloud-news-webextension

Displays unread articles from the Nextcloud News App

What is nextcloud-news-webextension?

nextcloud-news-webextension is a Chrome extension developed by Lukas Leist, and its main feature is "Displays unread articles from the Nextcloud News App".

Extension Screenshots

screenshot

Download nextcloud-news-webextension Extension CRX File

Download nextcloud-news-webextension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension checks for new articles in a regular interval and shows a preview.                    

Extension Basic Information

Name nextcloud-news-webextension nextcloud-news-webextension
ID ehefnhcojbpkophibijadabacoakondh
Official URL https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh
Description Displays unread articles from the Nextcloud News App
File Size 145 KB
Installation Count 38
Current Version 0.5
Last Updated 2023-05-08
Publish Date 2021-04-20
Rating 5.00/5 Total 1 Ratings
Developer Lukas Leist
Email [email protected]
Payment Type free
Extension Website https://github.com/lukasleist/nextcloud-news-webextension
Supported Languages 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"
}