Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Apa itu Slack mp4 Player?
Slack mp4 Player adalah ekstensi Chrome yang dikembangkan oleh Meldr, dan fitur utamanya adalah "Injects an inline video player for mp4 videos in slack chanels".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Slack mp4 Player
Unduh file ekstensi Slack mp4 Player dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
URL Resmi | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
Deskripsi | Injects an inline video player for mp4 videos in slack chanels |
Ukuran File | 15.67 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-08-18 |
Tanggal Publikasi | 2016-08-18 |
Penilaian | 2.27/5 Total 11 Penilaian |
Pengembang | Meldr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MauriceButler/slack-mp4-player |
URL Halaman Bantuan | https://github.com/MauriceButler/slack-mp4-player |
Bahasa yang Didukung | 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 } |