Discourse Forum Notifications

Shows notifications of all added discourse forum sites.

Discourse Forum Notifications란 무엇입니까?

Discourse Forum Notifications은(는) ale polidori에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows notifications of all added discourse forum sites."입니다.

확장 프로그램 스크린샷

screenshot

Discourse Forum Notifications 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    }
}