nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
nextcloud-news-webextensionとは何ですか?
nextcloud-news-webextensionはLukas Leistによって開発されたChromeの拡張機能で、その主な機能は「Displays unread articles from the Nextcloud News App」です。
拡張機能のスクリーンショット
nextcloud-news-webextension拡張機能のCRXファイルをダウンロード
nextcloud-news-webextension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension checks for new articles in a regular interval and shows a preview. 拡張機能の基本情報
| 名前 | |
| ID | ehefnhcojbpkophibijadabacoakondh |
| 公式URL | https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh |
| 説明 | Displays unread articles from the Nextcloud News App |
| ファイルサイズ | 145 KB |
| インストール数 | 38 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2023-05-08 |
| 公開日 | 2021-04-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Lukas Leist |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/lukasleist/nextcloud-news-webextension |
| 対応言語 | 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"
} | |