Orange Envelope for Reddit

Display's the status of your reddit inbox.

Vad är Orange Envelope for Reddit?

Orange Envelope for Reddit är en Chrome-tillägg utvecklad av scottmhoward, och dess huvudfunktion är "Display's the status of your reddit inbox.".

Tilläggsskärmbilder

screenshot

Ladda ner Orange Envelope for Reddit-förlängningens CRX-fil

Ladda ner Orange Envelope for Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Provides a notification icon for Reddit inbox.                    

Grundläggande Information om Tillägg

Namn Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
Officiell webbadress https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
Beskrivning Display's the status of your reddit inbox.
Filstorlek 6.21 KB
Antal Installationer 169
Aktuell Version 1.10
Senast Uppdaterad 2016-12-09
Publiceringsdatum 2016-12-09
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare scottmhoward
Betalningssätt free
Stödda Språk 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"
}