BPM Tapper
Find the BPM of your music by clicking in time with the beat.
BPM Tapper란 무엇입니까?
BPM Tapper은(는) Chris B.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the BPM of your music by clicking in time with the beat."입니다.
확장 프로그램 스크린샷
BPM Tapper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | BPM Tapper |
ID | bjmlgmafibinjaenlecblghckooofkma |
공식 URL | https://chromewebstore.google.com/detail/bpm-tapper/bjmlgmafibinjaenlecblghckooofkma |
설명 | Find the BPM of your music by clicking in time with the beat. |
파일 크기 | 17.87 KB |
설치 횟수 | 5,163 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2016-11-15 |
출시 날짜 | 2016-11-15 |
평점 | 4.93/5 총 14 개의 평점 |
개발자 | Chris B. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chrisblazek/bpm-tapper |
지원되는 언어 | 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" } } |