Plug Notify

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

Co je Plug Notify?

Plug Notify je rozšíření Chrome vyvinuté http://www.stephentvedt.com, a jeho hlavní funkcí je „A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Plug Notify

Stáhněte si soubory rozšíření Plug Notify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Now with customizable notifications!                    

Základní Informace o Rozšíření

Název Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
Oficiální URL https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
Popis A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Velikost souboru 84.43 KB
Počet instalací 10
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-11-14
Datum Vydání 2017-11-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://www.stephentvedt.com
Typ Platby free
Webové stránky Rozšíření https://github.com/stvedt/Plug-Notify
Podporované Jazyky 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"
    ]
}