Mod Queue Desktop Notifications

Checks your reddit mod queue, gives you a desktop notification when something new shows up.

Mod Queue Desktop Notifications란 무엇입니까?

Mod Queue Desktop Notifications은(는) https://www.thefinn93.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks your reddit mod queue, gives you a desktop notification when something new shows up."입니다.

확장 프로그램 스크린샷

screenshot

Mod Queue Desktop Notifications 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Checks your reddit mod queue (https://pay.reddit.com/r/mod/about/modqueue) every minute and gives you a toaster notification when something's new. Source on GitHub:

https://github.com/thefinn93/RedditModQueue
Pull requests, bug reports, etc should go there. Feedback is much appreciated.

Things I'd like to add:

* Options regarding the frequency of the checking, etc.
* Options to ignore specific subreddits
* Optionally notify you when another mod in a subreddit you mod does something (new items in the modlog)
* ???                    

확장 프로그램 기본 정보

이름 Mod Queue Desktop Notifications Mod Queue Desktop Notifications
ID jembcchpnbegaggbomhhhkeoddjgjlik
공식 URL https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik
설명 Checks your reddit mod queue, gives you a desktop notification when something new shows up.
파일 크기 159 KB
설치 횟수 47
현재 버전 0.3
최근 업데이트 2012-10-21
출시 날짜 2012-10-21
평점 3.67/5 총 3 개의 평점
개발자 https://www.thefinn93.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mod Queue Desktop Notifications",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Checks your reddit mod queue, gives you a desktop notification when something new shows up.",
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "16": "icon\/16.png"
    },
    "web_accessible_resources": [
        "icon\/reddit.png",
        "notification.js"
    ]
}