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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}