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
官方網址 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.
電子郵箱 [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"
    }
}