BPM Tapper

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

Co je BPM Tapper?

BPM Tapper je rozšíření Chrome vyvinuté Chris B., a jeho hlavní funkcí je „Find the BPM of your music by clicking in time with the beat.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BPM Tapper

Stáhněte si soubory rozšíření BPM Tapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BPM Tapper BPM Tapper
ID bjmlgmafibinjaenlecblghckooofkma
Oficiální URL https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma
Popis Find the BPM of your music by clicking in time with the beat.
Velikost souboru 17.87 KB
Počet instalací 5,163
Aktuální Verze 1.1.0
Poslední Aktualizace 2016-11-15
Datum Vydání 2016-11-15
Hodnocení 4.93/5 Celkem 14 Hodnocení
Vývojář Chris B.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/chrisblazek/bpm-tapper
Podporované Jazyky 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"
    }
}