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
官方網址 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"
}