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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |