Discourse Forum Notifications
Shows notifications of all added discourse forum sites.
Discourse Forum Notifications là gì?
Discourse Forum Notifications là một tiện ích mở rộng Chrome được phát triển bởi ale polidori, và tính năng chính của nó là "Shows notifications of all added discourse forum sites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Discourse Forum Notifications
Tải xuống các tệp mở rộng Discourse Forum Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Discourse Forum Notifications |
ID | okmkhbdimfnmdhpclfbamachjcpcgcmi |
URL Chính Thức | https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi |
Mô tả | Shows notifications of all added discourse forum sites. |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2017-01-21 |
Ngày Phát Hành | 2017-01-21 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | ale polidori |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alepolidori/chrome-discourse |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |