Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Qu'est-ce que Slack mp4 Player ?
Slack mp4 Player est une extension Chrome développée par Meldr, et sa fonction principale est "Injects an inline video player for mp4 videos in slack chanels".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack mp4 Player
Téléchargez les fichiers d'extension Slack mp4 Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
URL Officiel | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Description | Injects an inline video player for mp4 videos in slack chanels |
Taille du Fichier | 15.67 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-08-18 |
Date de Publication | 2016-08-18 |
Évaluation | 2.27/5 Total 11 Évaluations |
Développeur | Meldr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MauriceButler/slack-mp4-player |
URL de la Page d'Aide | https://github.com/MauriceButler/slack-mp4-player |
Langues Prises en Charge | 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 } |