Plug Notify

A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

什么是Plug Notify?

Plug Notify是由http://www.stephentvedt.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.”。

扩展截图

screenshot

下载Plug Notify扩展crx文件

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

扩展使用说明

                        A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Now with customizable notifications!                    

扩展基本信息

名称 Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
官方URL https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
简介 A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
文件大小 84.43 KB
安装次数 10
当前版本 1.0.0
更新时间 2017-11-14
上架时间 2017-11-14
评分 5.00/5 共2次评分
开发者 http://www.stephentvedt.com
付费类型 free
扩展官网 https://github.com/stvedt/Plug-Notify
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Notify",
    "description": "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/plug.dj\/*",
        "https:\/\/plug.dj\/*"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "main.js"
    ]
}