Play A Sound
This extension will play a sound so you can check if your audio works!
Vad är Play A Sound?
Play A Sound är en Chrome-tillägg utvecklad av Virej Dasani, och dess huvudfunktion är "This extension will play a sound so you can check if your audio works!".
Tilläggsskärmbilder
Ladda ner Play A Sound-förlängningens CRX-fil
Ladda ner Play A Sound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Play A Sound |
ID | lophbbmejgjiindjndmnanmepnnokldm |
Officiell webbadress | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
Beskrivning | This extension will play a sound so you can check if your audio works! |
Filstorlek | 100 KB |
Antal Installationer | 478 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-03-01 |
Publiceringsdatum | 2021-02-28 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Virej Dasani |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |