Newsblur Notifier Plus
Shows the unread count from your NewsBlur account
Newsblur Notifier Plusคืออะไร?
Newsblur Notifier Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shrodes และคุณลักษณะหลักของมันคือ "Shows the unread count from your NewsBlur account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newsblur Notifier Plus
ดาวน์โหลดไฟล์ส่วนขยาย Newsblur Notifier Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
คำอธิบาย | Shows the unread count from your NewsBlur account |
ขนาดไฟล์ | 38.94 KB |
จำนวนการติดตั้ง | 136 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2021-07-22 |
วันที่เผยแพร่ | 2018-12-22 |
ผู้พัฒนา | shrodes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/JoshSchreuder/newsblur-notifier-plus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.6", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "*:\/\/*.newsblur.com\/*", "alarms", "cookies", "storage" ] } |