BPM Tapper

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

BPM Tapper là gì?

BPM Tapper là một tiện ích mở rộng Chrome được phát triển bởi Chris B., và tính năng chính của nó là "Find the BPM of your music by clicking in time with the beat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BPM Tapper

Tải xuống các tệp mở rộng BPM Tapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
URL Chính Thức https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
Mô tả Find the BPM of your music by clicking in time with the beat.
Kích Thước Tệp 17.87 KB
Số Lần Cài Đặt 5,163
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-11-15
Ngày Phát Hành 2016-11-15
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Chris B.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chrisblazek/bpm-tapper
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}