Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Wat is Slack mp4 Player?
Slack mp4 Player is een Chrome-extensie ontwikkeld door Meldr, en de belangrijkste functie is "Injects an inline video player for mp4 videos in slack chanels".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack mp4 Player
Download Slack mp4 Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
Officiële URL | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Beschrijving | Injects an inline video player for mp4 videos in slack chanels |
Bestandsgrootte | 15.67 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-08-18 |
Publicatiedatum | 2016-08-18 |
Beoordeling | 2.27/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Meldr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/MauriceButler/slack-mp4-player |
Help Pagina-URL | https://github.com/MauriceButler/slack-mp4-player |
Ondersteunde Talen | 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 } |