Tap BPM

Click repeatedly to calculate BPM, shown as a badge

Tap BPM란 무엇입니까?

Tap BPM은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click repeatedly to calculate BPM, shown as a badge"입니다.

확장 프로그램 스크린샷

screenshot

Tap BPM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tap the badge in the extensions menu in time with music, and the average BPM will be calculated and displayed as a badge.                    

확장 프로그램 기본 정보

이름 Tap BPM Tap BPM
ID gfagkcalolmjecefbofbdaemfcefipnc
공식 URL https://chromewebstore.google.com/detail/tap-bpm/gfagkcalolmjecefbofbdaemfcefipnc
설명 Click repeatedly to calculate BPM, shown as a badge
파일 크기 207 KB
설치 횟수 1,078
현재 버전 1.0
최근 업데이트 2017-08-22
출시 날짜 2017-08-22
평점 4.83/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tap BPM",
    "description": "Click repeatedly to calculate BPM, shown as a badge",
    "version": "1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "name": "Tap for bpm."
    },
    "commands": {
        "tap-bpm": {
            "description": "Tap to calculate BPM",
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            }
        }
    }
}