Plug Notify
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Cos'è Plug Notify?
Plug Notify è un'estensione di Chrome sviluppata da http://www.stephentvedt.com, e la sua funzione principale è "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plug Notify
Scarica i file di estensione Plug Notify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. Now with customizable notifications!
Informazioni di Base sull'Estensione
Nome | |
ID | ofoajhhdimlfpfhdcngpfakkippmdkel |
URL Ufficiale | https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel |
Descrizione | A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. |
Dimensione del File | 84.43 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-11-14 |
Data di Pubblicazione | 2017-11-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://www.stephentvedt.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stvedt/Plug-Notify |
Lingue Supportate | 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" ] } |