Orange Envelope for Reddit

Display's the status of your reddit inbox.

O que é Orange Envelope for Reddit?

Orange Envelope for Reddit é uma extensão do Chrome desenvolvida por scottmhoward, e sua principal característica é "Display's the status of your reddit inbox.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Orange Envelope for Reddit

Baixe arquivos de extensão Orange Envelope 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

                        Provides a notification icon for Reddit inbox.                    

Informações Básicas da Extensão

Nome Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
URL Oficial https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
Descrição Display's the status of your reddit inbox.
Tamanho do Arquivo 6.21 KB
Contagem de Instalações 169
Versão Atual 1.10
Última Atualização 2016-12-09
Data de Publicação 2016-12-09
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor scottmhoward
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/mail_gray.png",
        "default_title": "Orange Envelope"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Display's the status of your reddit inbox.",
    "icons": {
        "128": "img\/very_big_mail.png"
    },
    "name": "Orange Envelope for Reddit",
    "permissions": [
        "tabs",
        "https:\/\/www.reddit.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10"
}