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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
| อีเมล | [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"
} | |