Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Co to jest Slack mp4 Player?
Slack mp4 Player to rozszerzenie Chrome opracowane przez Meldr, a jego główną funkcją jest „Injects an inline video player for mp4 videos in slack chanels”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slack mp4 Player
Pobierz pliki rozszerzeń Slack mp4 Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
Oficjalny URL | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Opis | Injects an inline video player for mp4 videos in slack chanels |
Rozmiar pliku | 15.67 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-08-18 |
Data Publikacji | 2016-08-18 |
Ocena | 2.27/5 Łącznie 11 Oceny |
Deweloper | Meldr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/MauriceButler/slack-mp4-player |
Adres URL Strony Pomocy | https://github.com/MauriceButler/slack-mp4-player |
Obsługiwane Języki | 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 } |