Audio Analyser Extension

Analyses the audio of the current tab and draws the audio frequencies on a canvas.

Audio Analyser Extensionとは何ですか?

Audio Analyser Extensionはlinuscedergrenによって開発されたChromeの拡張機能で、その主な機能は「Analyses the audio of the current tab and draws the audio frequencies on a canvas.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Audio Analyser Extension拡張機能のCRXファイルをダウンロード

Audio Analyser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to analyze the audio data of a tab and view a visualization of the audio frequencies and peak/rms in an extension popup window.
To use this extension; simply open the tab/website you want to analyse and click the extension icon in the top right (next to your other extension icons). A new window will open where you can set the size of the window by using the 'window size' knob/option or by using your browsers default zoom feature. The extension will automatically start analyzing the audio stream data (if it got any audio stream data).
You can only analyse one tab at a time, but you can always change website of that tab if you want to analyse a different website.
Your extension settings/options are automatically saved every time you close the extension window.

You can set a shortcut for this extension by going to chrome://extensions/shortcuts and setting a shortcut for the "activate extension" parameter for this extension.

Keep in mind that the frequency data and the peak/rms data are not 100% accurate.                    

拡張機能の基本情報

名前 Audio Analyser Extension Audio Analyser Extension
ID jijcfbjaabelgalioonccjkekpegoegb
公式URL https://chromewebstore.google.com/detail/audio-analyser-extension/jijcfbjaabelgalioonccjkekpegoegb
説明 Analyses the audio of the current tab and draws the audio frequencies on a canvas.
ファイルサイズ 15.41 KB
インストール数 1,387
現在のバージョン 1.4.0
最終更新日 2023-01-25
公開日 2020-11-16
評価 4.60/5 合計 5 レビュー
開発者 linuscedergren
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audio Analyser Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Analyses the audio of the current tab and draws the audio frequencies on a canvas.",
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": {
        "default_icon": ".\/icon.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "icons": {
        "128": ".\/icon.png"
    }
}