Play A Sound

This extension will play a sound so you can check if your audio works!

什麼是Play A Sound?

Play A Sound是由Virej Dasani開發的Chrome擴展程式,該擴展的主要功能是“This extension will play a sound so you can check if your audio works!”。

擴展截圖

screenshot
screenshot

下載Play A Sound擴展crx文件

下載Play A Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will play a sound so you can check if your audio works! Simply press the 'Play Sound' button to play a sound                    

擴展基本資訊

名稱 Play A Sound Play A Sound
ID lophbbmejgjiindjndmnanmepnnokldm
官方網址 https://chromewebstore.google.com/detail/play-a-sound/lophbbmejgjiindjndmnanmepnnokldm
簡介 This extension will play a sound so you can check if your audio works!
檔案大小 100 KB
安裝次數 478
目前版本 1.0
更新時間 2021-03-01
上架時間 2021-02-28
評分 5.00/5 共 5 次評分
開發者 Virej Dasani
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    }
}