Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Cos'è Slack mp4 Player?
Slack mp4 Player è un'estensione di Chrome sviluppata da Meldr, e la sua funzione principale è "Injects an inline video player for mp4 videos in slack chanels".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slack mp4 Player
Scarica i file di estensione Slack mp4 Player 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
Been waiting patiently for "someday"? (https://twitter.com/slackhq/status/527625350004883456) This is a temporary measure to implement an inline video player for uploaded or linked mp4 files in slack. This extension will replace links to mp4 files with an embedded player.
Informazioni di Base sull'Estensione
Nome | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
URL Ufficiale | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Descrizione | Injects an inline video player for mp4 videos in slack chanels |
Dimensione del File | 15.67 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-08-18 |
Data di Pubblicazione | 2016-08-18 |
Valutazione | 2.27/5 Totale 11 Valutazioni |
Sviluppatore | Meldr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/MauriceButler/slack-mp4-player |
URL della Pagina di Aiuto | https://github.com/MauriceButler/slack-mp4-player |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack mp4 Player", "short_name": "Slack mp4 Player", "version": "1.0.0", "short_description": "Injects an inline video player for mp4 videos in slack chanels", "description": "Injects an inline video player for mp4 videos in slack chanels", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "injectPlayers.js" ] } ], "manifest_version": 2 } |