Play A Sound
This extension will play a sound so you can check if your audio works!
Play A Soundคืออะไร?
Play A Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Virej Dasani และคุณลักษณะหลักของมันคือ "This extension will play a sound so you can check if your audio works!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play A Sound
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
}
} | |