Play A Sound
This extension will play a sound so you can check if your audio works!
Wat is Play A Sound?
Play A Sound is een Chrome-extensie ontwikkeld door Virej Dasani, en de belangrijkste functie is "This extension will play a sound so you can check if your audio works!".
Extensie Screenshots
Download het CRX-bestand van de extensie Play A Sound
Download Play A Sound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound Basisinformatie over de Extensie
| Naam | |
| ID | lophbbmejgjiindjndmnanmepnnokldm |
| Officiële URL | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
| Beschrijving | This extension will play a sound so you can check if your audio works! |
| Bestandsgrootte | 100 KB |
| Aantal Installaties | 478 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-03-01 |
| Publicatiedatum | 2021-02-28 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Virej Dasani |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |