Orange Envelope for Reddit

Display's the status of your reddit inbox.

Cos'è Orange Envelope for Reddit?

Orange Envelope for Reddit è un'estensione di Chrome sviluppata da scottmhoward, e la sua funzione principale è "Display's the status of your reddit inbox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Orange Envelope for Reddit

Scarica i file di estensione Orange Envelope for Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Provides a notification icon for Reddit inbox.                    

Informazioni di Base sull'Estensione

Nome Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
URL Ufficiale https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
Descrizione Display's the status of your reddit inbox.
Dimensione del File 6.21 KB
Conteggio Installazioni 169
Versione Corrente 1.10
Ultimo Aggiornamento 2016-12-09
Data di Pubblicazione 2016-12-09
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore scottmhoward
Tipo di Pagamento free
Lingue Supportate 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"
}