Inbox notifications

Shows notifications to messages stream.

什么是Inbox notifications?

Inbox notifications是由Dmitry Balakov开发的Chrome扩展程序,该扩展的主要功能是“Shows notifications to messages stream.”。

扩展截图

screenshot

下载Inbox notifications扩展crx文件

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

扩展使用说明

                        https://github.com/dbalakov/inbox.notifications                    

扩展基本信息

名称 Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
官方URL https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
简介 Shows notifications to messages stream.
文件大小 37.89 KB
安装次数 135
当前版本 0.1
更新时间 2015-06-02
上架时间 2015-06-02
评分 5.00/5 共2次评分
开发者 Dmitry Balakov
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox notifications",
    "version": "0.1",
    "description": "Shows notifications to messages stream.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "webRequest",
        "https:\/\/mail.google.com\/mail\/feed\/atom"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}