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"
    ]
}