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ファイルをダウンロード

Mod Queue Desktop Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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