Tap BPM
Click repeatedly to calculate BPM, shown as a badge
Wat is Tap BPM?
Tap BPM is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Click repeatedly to calculate BPM, shown as a badge".
Extensie Screenshots
Download het CRX-bestand van de extensie Tap BPM
Download Tap BPM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tap the badge in the extensions menu in time with music, and the average BPM will be calculated and displayed as a badge.
Basisinformatie over de Extensie
Naam | Tap BPM |
ID | gfagkcalolmjecefbofbdaemfcefipnc |
Officiële URL | https://chromewebstore.google.com/detail/tap-bpm/gfagkcalolmjecefbofbdaemfcefipnc |
Beschrijving | Click repeatedly to calculate BPM, shown as a badge |
Bestandsgrootte | 207 KB |
Aantal Installaties | 1,078 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-22 |
Publicatiedatum | 2017-08-22 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |