Play A Sound
This extension will play a sound so you can check if your audio works!
Co to jest Play A Sound?
Play A Sound to rozszerzenie Chrome opracowane przez Virej Dasani, a jego główną funkcją jest „This extension will play a sound so you can check if your audio works!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Play A Sound
Pobierz pliki rozszerzeń Play A Sound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lophbbmejgjiindjndmnanmepnnokldm |
| Oficjalny URL | https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm |
| Opis | This extension will play a sound so you can check if your audio works! |
| Rozmiar pliku | 100 KB |
| Liczba instalacji | 478 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-03-01 |
| Data Publikacji | 2021-02-28 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Virej Dasani |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |