Play A Sound
This extension will play a sound so you can check if your audio works!
什么是Play A Sound?
Play A Sound是由Virej Dasani开发的Chrome扩展程序,该扩展的主要功能是“This extension will play a sound so you can check if your audio works!”。
扩展截图
下载Play A Sound扩展crx文件
下载Play A Sound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound
扩展基本信息
名称 | Play A Sound |
ID | lophbbmejgjiindjndmnanmepnnokldm |
官方URL | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
简介 | This extension will play a sound so you can check if your audio works! |
文件大小 | 100 KB |
安装次数 | 478 |
当前版本 | 1.0 |
更新时间 | 2021-03-01 |
上架时间 | 2021-02-28 |
评分 | 5.00/5 共5次评分 |
开发者 | Virej Dasani |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play A Sound", "description": "This extension will play a sound so you can check if your audio works!", "version": "1.0", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" }, "description": "Opens popup.html" } } } |