Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
O que é Slack mp4 Player?
Slack mp4 Player é uma extensão do Chrome desenvolvida por Meldr, e sua principal característica é "Injects an inline video player for mp4 videos in slack chanels".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slack mp4 Player
Baixe arquivos de extensão Slack mp4 Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
URL Oficial | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Descrição | Injects an inline video player for mp4 videos in slack chanels |
Tamanho do Arquivo | 15.67 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-08-18 |
Data de Publicação | 2016-08-18 |
Classificação | 2.27/5 Total de 11 Avaliações |
Desenvolvedor | Meldr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/MauriceButler/slack-mp4-player |
URL da Página de Ajuda | https://github.com/MauriceButler/slack-mp4-player |
Idiomas Suportados | 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 } |