Standard Guitar Tuner

Extension for tuning a guitar to EADGBe standard tuning.

What is Standard Guitar Tuner?

Standard Guitar Tuner is a Chrome extension developed by mvn_14, and its main feature is "Extension for tuning a guitar to EADGBe standard tuning.".

Extension Screenshots

screenshot

Download Standard Guitar Tuner Extension CRX File

Download Standard Guitar Tuner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension can play each of the standard guitar notes through system audio at perfect pitch to help you tune your acoustic or electric guitar. 

Currently only supporting standard EADGBE tuning, more tunings planned in the future.                    

Extension Basic Information

Name Standard Guitar Tuner Standard Guitar Tuner
ID cbjcfjfglkgbcjpahfpnmmokkmbjfedl
Official URL https://chromewebstore.google.com/detail/standard-guitar-tuner/cbjcfjfglkgbcjpahfpnmmokkmbjfedl
Description Extension for tuning a guitar to EADGBe standard tuning.
File Size 1.98 MB
Installation Count 95
Current Version 0.0.0.1
Last Updated 2023-05-05
Publish Date 2023-05-04
Developer mvn_14
Email [email protected]
Payment Type free
Extension Website https://github.com/MVN-14/TunerExtension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Standard Guitar Tuner",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "description": "Extension for tuning a guitar to EADGBe standard tuning.",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/headstock.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}