Notifier for Reddit

Desktop notifictations for your reddit inbox.

O que é Notifier for Reddit?

Notifier for Reddit é uma extensão do Chrome desenvolvida por Raymond May Jr., e sua principal característica é "Desktop notifictations for your reddit inbox.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notifier for Reddit

Baixe arquivos de extensão Notifier for Reddit 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

                        Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox.

Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.                    

Informações Básicas da Extensão

Nome Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
URL Oficial https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Descrição Desktop notifictations for your reddit inbox.
Tamanho do Arquivo 271 KB
Contagem de Instalações 208
Versão Atual 0.3.0
Última Atualização 2015-04-12
Data de Publicação 2015-04-12
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor Raymond May Jr.
Tipo de Pagamento free
Site da Extensão https://github.com/octatone/notifier-for-reddit
URL da Página de Ajuda https://github.com/octatone/notifier-for-reddit/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifier for Reddit",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Desktop notifictations for your reddit inbox.",
    "homepage_url": "http:\/\/google.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "Notifier for Reddit",
        "default_popup": "html\/browserAction.html",
        "default_icon": {
            "19": "icons\/envelope_read_19.png",
            "38": "icons\/envelope_read_38.png"
        }
    },
    "permissions": [
        "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*",
        "https:\/\/oauth.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "identity",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ]
}