Play A Sound
This extension will play a sound so you can check if your audio works!
Cos'è Play A Sound?
Play A Sound è un'estensione di Chrome sviluppata da Virej Dasani, e la sua funzione principale è "This extension will play a sound so you can check if your audio works!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Play A Sound
Scarica i file di estensione Play A Sound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound Informazioni di Base sull'Estensione
| Nome | |
| ID | lophbbmejgjiindjndmnanmepnnokldm |
| URL Ufficiale | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
| Descrizione | This extension will play a sound so you can check if your audio works! |
| Dimensione del File | 100 KB |
| Conteggio Installazioni | 478 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-03-01 |
| Data di Pubblicazione | 2021-02-28 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Virej Dasani |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
}
} | |