BPM Tapper

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

Was ist BPM Tapper?

BPM Tapper ist eine Chrome-Erweiterung, die von Chris B. entwickelt wurde, und ihr Hauptmerkmal ist "Find the BPM of your music by clicking in time with the beat.".

Erweiterungsscreenshots

screenshot

BPM Tapper-Erweiterungs-CRX-Datei herunterladen

Laden Sie BPM Tapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
Offizielle URL https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
Beschreibung Find the BPM of your music by clicking in time with the beat.
Dateigröße 17.87 KB
Installationsanzahl 5,163
Aktuelle Version 1.1.0
Letztes Update 2016-11-15
Veröffentlichungsdatum 2016-11-15
Bewertung 4.93/5 Insgesamt 14 Bewertungen
Entwickler Chris B.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/chrisblazek/bpm-tapper
Unterstützte Sprachen 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"
    }
}