Play A Sound
This extension will play a sound so you can check if your audio works!
Hvad er Play A Sound?
Play A Sound er en Chrome-udvidelse udviklet af Virej Dasani, og dens hovedfunktion er "This extension will play a sound so you can check if your audio works!".
Udvidelsesskærmbilleder
Download Play A Sound-udvidelses-CRX-fil
Download Play A Sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound
Grundlæggende oplysninger om udvidelsen
Navn | Play A Sound |
ID | lophbbmejgjiindjndmnanmepnnokldm |
Officiel URL | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
Beskrivelse | This extension will play a sound so you can check if your audio works! |
Filstørrelse | 100 KB |
Antal Installationer | 478 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-01 |
Udgivelsesdato | 2021-02-28 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Virej Dasani |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |