Simple Metronome

Simple metronome with several time signatures to choose from.

Simple Metronome क्या है?

Simple Metronome eliinfantado द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple metronome with several time signatures to choose from."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Metronome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}