BPM Tapper
Find the BPM of your music by clicking in time with the beat.
¿Qué es BPM Tapper?
BPM Tapper es una extensión de Chrome desarrollada por Chris B., y su función principal es "Find the BPM of your music by clicking in time with the beat.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BPM Tapper
Descarga archivos de extensión BPM Tapper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
URL Oficial | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
Descripción | Find the BPM of your music by clicking in time with the beat. |
Tamaño del Archivo | 17.87 KB |
Cantidad de Instalaciones | 5,163 |
Versión Actual | 1.1.0 |
Última Actualización | 2016-11-15 |
Fecha de Publicación | 2016-11-15 |
Calificación | 4.93/5 Total de 14 Calificaciones |
Desarrollador | Chris B. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/chrisblazek/bpm-tapper |
Idiomas Soportados | 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" } } |