Play A Sound
This extension will play a sound so you can check if your audio works!
Apa itu Play A Sound?
Play A Sound adalah ekstensi Chrome yang dikembangkan oleh Virej Dasani, dan fitur utamanya adalah "This extension will play a sound so you can check if your audio works!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Play A Sound
Unduh file ekstensi Play A Sound 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
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound Informasi Dasar Ekstensi
| Nama | |
| ID | lophbbmejgjiindjndmnanmepnnokldm |
| URL Resmi | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
| Deskripsi | This extension will play a sound so you can check if your audio works! |
| Ukuran File | 100 KB |
| Jumlah Instalasi | 478 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2021-03-01 |
| Tanggal Publikasi | 2021-02-28 |
| Penilaian | 5.00/5 Total 5 Penilaian |
| Pengembang | Virej Dasani |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
}
} | |