BPM Tapper

Find the BPM of your music by clicking in time with the beat.

BPM Tapperとは何ですか?

BPM TapperはChris B.によって開発されたChromeの拡張機能で、その主な機能は「Find the BPM of your music by clicking in time with the beat.」です。

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

screenshot

BPM Tapper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Find the beats-per-minute (BPM) of the song you're listening to by clicking or pressing any key in time with the music.

This handy tool will make it easy to find BPMs to help you learn to play songs, discover the perfect tracks for your DJ mix, or simply learn more about your favorite tunes.

The source code for this extension is available on Github at the Website link below.                    

拡張機能の基本情報

名前 BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
公式URL https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
説明 Find the BPM of your music by clicking in time with the beat.
ファイルサイズ 17.87 KB
インストール数 5,163
現在のバージョン 1.1.0
最終更新日 2016-11-15
公開日 2016-11-15
評価 4.93/5 合計 14 レビュー
開発者 Chris B.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chrisblazek/bpm-tapper
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BPM Tapper",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Find the BPM of your music by clicking in time with the beat.",
    "homepage_url": "https:\/\/github.com\/chrisblazek\/bpm-tapper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/event\/event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BPM Tapper",
        "default_popup": "src\/popup\/popup.html"
    }
}