Voice Controlled Media Player
Audio voice controlled
什么是Voice Controlled Media Player?
Voice Controlled Media Player是由fdal omar开发的Chrome扩展程序,该扩展的主要功能是“Audio voice controlled”。
扩展截图
下载Voice Controlled Media Player扩展crx文件
下载Voice Controlled Media Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allow you to play your media using Voice Command Only. You just need to add a path of your audio files, then you choose a voice command to use for each audio.
扩展基本信息
名称 | |
ID | mmmjpjajlahpmdadaigpcjdanhbjmlma |
官方URL | https://chromewebstore.google.com/detail/voice-controlled-media-pl/mmmjpjajlahpmdadaigpcjdanhbjmlma |
简介 | Audio voice controlled |
文件大小 | 36.39 KB |
安装次数 | 22 |
当前版本 | 1.4 |
更新时间 | 2019-10-14 |
上架时间 | 2019-10-14 |
开发者 | fdal omar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voice Controlled Media Player", "description": "Audio voice controlled", "version": "1.4", "options_page": "options.html", "browser_action": { "default_icon": "128.png", "default_title": "Audio Extension", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "file:\/\/\/*", "notifications" ], "background": { "scripts": [ "listener.js" ], "persistent": true } } |