Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Slack mp4 Playerคืออะไร?
Slack mp4 Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meldr และคุณลักษณะหลักของมันคือ "Injects an inline video player for mp4 videos in slack chanels"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack mp4 Player
ดาวน์โหลดไฟล์ส่วนขยาย Slack mp4 Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khgkbdddngaclagcgmjknnlilefjgpfg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg |
คำอธิบาย | Injects an inline video player for mp4 videos in slack chanels |
ขนาดไฟล์ | 15.67 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-08-18 |
วันที่เผยแพร่ | 2016-08-18 |
คะแนน | 2.27/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Meldr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MauriceButler/slack-mp4-player |
URL หน้าช่วยเหลือ | https://github.com/MauriceButler/slack-mp4-player |
ภาษาที่รองรับ | 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 } |