Metronome

metronome extension

什么是Metronome?

Metronome是由nimrod.a6开发的Chrome扩展程序,该扩展的主要功能是“metronome extension”。

扩展截图

screenshot
screenshot

下载Metronome扩展crx文件

下载Metronome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use this free metronome and make your practice routine. 

* Choose from different sound's.
* Control the volume.
* Sub-divisions up to 9/8. 
* Tep-tempo.
* Bar breaks - NEW 
* Save the song's you work on! this will make your practice be much more effective. 
* The song's will be updated and saved automatically to your local-storage and be loaded automatically.
* React to keyboard hit: 
Space - Play / Stop
Up/Down - Volume change
Left/Right - BPM change
Enter - add the new song to the list

The extension will stay open while you continue to surf the web. 
Some other extensions close when you click in other place on the screen- this metronome stay on. 

From guitarist to guitarists - enjoy!

*** Free - No Adds!!!

Enjoy and let's Rock! 🤟                    

扩展基本信息

名称 Metronome Metronome
ID dkinffgfkmaomdckkphdjiempkeapekn
官方URL https://chromewebstore.google.com/detail/metronome/dkinffgfkmaomdckkphdjiempkeapekn
简介 metronome extension
文件大小 619 KB
安装次数 719
当前版本 2.8
更新时间 2024-01-11
上架时间 2023-02-27
评分 3.40/5 共5次评分
开发者 nimrod.a6
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Metronome",
    "version": "2.8",
    "description": "metronome extension",
    "icons": {
        "16": ".\/icons\/metronome2.png",
        "32": ".\/icons\/metronome2.png",
        "48": ".\/icons\/metronome.png",
        "128": ".\/icons\/metronome.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/metronome2.png",
            "32": ".\/icons\/metronome.png",
            "48": ".\/icons\/metronome.png"
        },
        "default_title": "Metronome"
    },
    "background": {
        "service_worker": "background.js"
    }
}