nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
nextcloud-news-webextension là gì?
nextcloud-news-webextension là một tiện ích mở rộng Chrome được phát triển bởi Lukas Leist, và tính năng chính của nó là "Displays unread articles from the Nextcloud News App".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng nextcloud-news-webextension
Tải xuống các tệp mở rộng nextcloud-news-webextension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension checks for new articles in a regular interval and shows a preview.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | nextcloud-news-webextension |
ID | ehefnhcojbpkophibijadabacoakondh |
URL Chính Thức | https://chromewebstore.google.com/detail/nextcloud-news-webextensi/ehefnhcojbpkophibijadabacoakondh |
Mô tả | Displays unread articles from the Nextcloud News App |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2023-05-08 |
Ngày Phát Hành | 2021-04-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Lukas Leist |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lukasleist/nextcloud-news-webextension |
Ngôn Ngữ Được Hỗ Trợ | 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" } |