Tap BPM
Click repeatedly to calculate BPM, shown as a badge
What is Tap BPM?
Tap BPM is a Chrome extension developed by Unknown, and its main feature is "Click repeatedly to calculate BPM, shown as a badge".
Extension Screenshots
Download Tap BPM Extension CRX File
Download Tap BPM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tap the badge in the extensions menu in time with music, and the average BPM will be calculated and displayed as a badge.
Extension Basic Information
Name | Tap BPM |
ID | gfagkcalolmjecefbofbdaemfcefipnc |
Official URL | https://chromewebstore.google.com/detail/tap-bpm/gfagkcalolmjecefbofbdaemfcefipnc |
Description | Click repeatedly to calculate BPM, shown as a badge |
File Size | 207 KB |
Installation Count | 1,078 |
Current Version | 1.0 |
Last Updated | 2017-08-22 |
Publish Date | 2017-08-22 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tap BPM", "description": "Click repeatedly to calculate BPM, shown as a badge", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon.png" }, "browser_action": { "name": "Tap for bpm." }, "commands": { "tap-bpm": { "description": "Tap to calculate BPM", "suggested_key": { "default": "Ctrl+Shift+0" } } } } |