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.
电子邮箱 [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"
    }
}