Orange Envelope for Reddit
Display's the status of your reddit inbox.
What is Orange Envelope for Reddit?
Orange Envelope for Reddit is a Chrome extension developed by scottmhoward, and its main feature is "Display's the status of your reddit inbox.".
Extension Screenshots
Download Orange Envelope for Reddit Extension CRX File
Download Orange Envelope for Reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Provides a notification icon for Reddit inbox.
Extension Basic Information
Name | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
Official URL | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
Description | Display's the status of your reddit inbox. |
File Size | 6.21 KB |
Installation Count | 169 |
Current Version | 1.10 |
Last Updated | 2016-12-09 |
Publish Date | 2016-12-09 |
Rating | 4.75/5 Total 4 Ratings |
Developer | scottmhoward |
Payment Type | free |
Supported Languages | 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" } |