Plug Notify
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
Vad är Plug Notify?
Plug Notify är en Chrome-tillägg utvecklad av http://www.stephentvedt.com, och dess huvudfunktion är "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.".
Tilläggsskärmbilder
Ladda ner Plug Notify-förlängningens CRX-fil
Ladda ner Plug Notify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. Now with customizable notifications!
Grundläggande Information om Tillägg
Namn | |
ID | ofoajhhdimlfpfhdcngpfakkippmdkel |
Officiell webbadress | https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel |
Beskrivning | A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat. |
Filstorlek | 84.43 KB |
Antal Installationer | 10 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-11-14 |
Publiceringsdatum | 2017-11-14 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://www.stephentvedt.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/stvedt/Plug-Notify |
Stödda Språk | 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" ] } |