Plug Notify
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
¿Qué es Plug Notify?
Plug Notify es una extensión de Chrome desarrollada por http://www.stephentvedt.com, y su función principal es "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Plug Notify
Descarga archivos de extensión Plug Notify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. Now with customizable notifications!
Información Básica de la Extensión
Nombre | |
ID | ofoajhhdimlfpfhdcngpfakkippmdkel |
URL Oficial | https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel |
Descripción | A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. |
Tamaño del Archivo | 84.43 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.0.0 |
Última Actualización | 2017-11-14 |
Fecha de Publicación | 2017-11-14 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | http://www.stephentvedt.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/stvedt/Plug-Notify |
Idiomas Soportados | 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" ] } |