Orange Envelope for Reddit

Display's the status of your reddit inbox.

Qu'est-ce que Orange Envelope for Reddit ?

Orange Envelope for Reddit est une extension Chrome développée par scottmhoward, et sa fonction principale est "Display's the status of your reddit inbox.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Orange Envelope for Reddit

Téléchargez les fichiers d'extension Orange Envelope for Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Provides a notification icon for Reddit inbox.                    

Informations de Base sur l'Extension

Nom Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
URL Officiel https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
Description Display's the status of your reddit inbox.
Taille du Fichier 6.21 KB
Nombre d'Installations 169
Version Actuelle 1.10
Dernière Mise à Jour 2016-12-09
Date de Publication 2016-12-09
Évaluation 4.75/5 Total 4 Évaluations
Développeur scottmhoward
Type de Paiement free
Langues Prises en Charge 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"
}