Song BPM Finder and Extractor
Get BPM count from music or sound files.
Song BPM Finder and Extractorとは何ですか?
Song BPM Finder and ExtractorはXeri Media Crew | XMCによって開発されたChromeの拡張機能で、その主な機能は「Get BPM count from music or sound files.」です。
拡張機能のスクリーンショット
Song BPM Finder and Extractor拡張機能のCRXファイルをダウンロード
Song BPM Finder and Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find BPM count of every music or sound file. With the Song BPM Finder you can extract the BPM and find the speed of a beat.
拡張機能の基本情報
名前 | |
ID | abfmcpmjdihbbhinfiainfpaaclnicfd |
公式URL | https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd |
説明 | Get BPM count from music or sound files. |
ファイルサイズ | 14.88 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-08-03 |
公開日 | 2020-12-01 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Xeri Media Crew | XMC |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.xeriflow.net/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song BPM Finder and Extractor", "description": "Get BPM count from music or sound files.", "version": "1.0.1", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |