Slack mp4 Player
Injects an inline video player for mp4 videos in slack chanels
Slack mp4 Playerとは何ですか?
Slack mp4 PlayerはMeldrによって開発されたChromeの拡張機能で、その主な機能は「Injects an inline video player for mp4 videos in slack chanels」です。
拡張機能のスクリーンショット
Slack mp4 Player拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |