nextcloud-news-webextension
Displays unread articles from the Nextcloud News App
ما هو nextcloud-news-webextension؟
nextcloud-news-webextension هو إضافة Chrome تم تطويرها بواسطة Lukas Leist، والميزة الرئيسية لها هي "Displays unread articles from the Nextcloud News App".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nextcloud-news-webextension
قم بتنزيل ملفات الامتداد nextcloud-news-webextension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [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"
} | |