Mod Queue Desktop Notifications
Checks your reddit mod queue, gives you a desktop notification when something new shows up.
O que é Mod Queue Desktop Notifications?
Mod Queue Desktop Notifications é uma extensão do Chrome desenvolvida por https://www.thefinn93.com, e sua principal característica é "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mod Queue Desktop Notifications
Baixe arquivos de extensão Mod Queue Desktop Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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) * ???
Informações Básicas da Extensão
Nome | Mod Queue Desktop Notifications |
ID | jembcchpnbegaggbomhhhkeoddjgjlik |
URL Oficial | https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik |
Descrição | Checks your reddit mod queue, gives you a desktop notification when something new shows up. |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.3 |
Última Atualização | 2012-10-21 |
Data de Publicação | 2012-10-21 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://www.thefinn93.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |