BPM Tapper

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

Qu'est-ce que BPM Tapper ?

BPM Tapper est une extension Chrome développée par Chris B., et sa fonction principale est "Find the BPM of your music by clicking in time with the beat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BPM Tapper

Téléchargez les fichiers d'extension BPM Tapper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
URL Officiel https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
Description Find the BPM of your music by clicking in time with the beat.
Taille du Fichier 17.87 KB
Nombre d'Installations 5,163
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-11-15
Date de Publication 2016-11-15
Évaluation 4.93/5 Total 14 Évaluations
Développeur Chris B.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/chrisblazek/bpm-tapper
Langues Prises en Charge 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"
    }
}