Simple Metronome

Simple metronome with several time signatures to choose from.

Simple Metronomeคืออะไร?

Simple Metronome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eliinfantado และคุณลักษณะหลักของมันคือ "Simple metronome with several time signatures to choose from."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Metronome

ดาวน์โหลดไฟล์ส่วนขยาย Simple Metronome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple metronome browser extension to help musicians practice.

Includes several time signatures to select from, including 4/4, 2/4, 3/4, 5/4, 6/8, 9/8, and 12/8.

To use this application, use the slider or adjustment buttons to select your desired tempo and press the play/stop button to start/stop the metronome.

The circles displayed will dynamically fill in to display the current beat you are on, depending on your selected time signature.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Metronome Simple Metronome
ID dghkijmfeejmkbcabelgbmkbejfmjgoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-metronome/dghkijmfeejmkbcabelgbmkbejfmjgoi
คำอธิบาย Simple metronome with several time signatures to choose from.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-18
ผู้พัฒนา eliinfantado
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Metronome",
    "version": "1.0",
    "description": "Simple metronome with several time signatures to choose from.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Simple Metronome",
        "default_popup": "popup.html"
    }
}