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
公式URL 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
Eメール [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"
        }
    }
}