Discourse Forum Notifications
Shows notifications of all added discourse forum sites.
ما هو Discourse Forum Notifications؟
Discourse Forum Notifications هو إضافة Chrome تم تطويرها بواسطة ale polidori، والميزة الرئيسية لها هي "Shows notifications of all added discourse forum sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discourse Forum Notifications
قم بتنزيل ملفات الامتداد Discourse Forum Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows unread notifications of all added discourse forum sites and alerts the user with desktop notifications. Try it on discussion forums like: https://meta.discourse.org https://help.nextcloud.com
معلومات أساسية عن التمديد
الاسم | Discourse Forum Notifications |
ID | okmkhbdimfnmdhpclfbamachjcpcgcmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi |
الوصف | Shows notifications of all added discourse forum sites. |
حجم الملف | 169 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2017-01-21 |
تاريخ النشر | 2017-01-21 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | ale polidori |
نوع الدفع | free |
موقع الإضافة | https://github.com/alepolidori/chrome-discourse |
اللغات المدعومة | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.4", "author": "Alessandro Polidori", "manifest_version": 2, "default_locale": "en", "options_page": "html\/options.html", "background": { "scripts": [ "lib\/async.js", "lib\/jquery-2.1.4.min.js", "lib\/message-bus.js", "src\/js\/util.js", "src\/js\/mediator.js", "src\/js\/chrDesktopNotificationsView.js", "src\/js\/Source.js", "src\/js\/optionsModel.js", "src\/js\/extensionController.js", "src\/js\/sourceController.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "icons": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png", "256": "img\/logo256.png" }, "browser_action": { "default_icon": { "19": "img\/logo19.png", "38": "img\/logo38.png" } } } |