Orange Envelope for Reddit

Display's the status of your reddit inbox.

什么是Orange Envelope for Reddit?

Orange Envelope for Reddit是由scottmhoward开发的Chrome扩展程序,该扩展的主要功能是“Display's the status of your reddit inbox.”。

扩展截图

screenshot

下载Orange Envelope for Reddit扩展crx文件

下载Orange Envelope for Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Provides a notification icon for Reddit inbox.                    

扩展基本信息

名称 Orange Envelope for Reddit Orange Envelope for Reddit
ID fichkmcilhiikkkkeajfbklffhobffkh
官方URL https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh
简介 Display's the status of your reddit inbox.
文件大小 6.21 KB
安装次数 169
当前版本 1.10
更新时间 2016-12-09
上架时间 2016-12-09
评分 4.75/5 共4次评分
开发者 scottmhoward
付费类型 free
支持的语言 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"
}