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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discourse Forum Notifications

ดาวน์โหลดไฟล์ส่วนขยาย Discourse Forum Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
        }
    }
}