Guitar Maker
Fret & Neck angle calculation
What is Guitar Maker?
Guitar Maker is a Chrome extension developed by StatiCorp, and its main feature is "Fret & Neck angle calculation".
Extension Screenshots
Download Guitar Maker Extension CRX File
Download Guitar Maker 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
Fret & Neck angle calculation
New feature : converter inch to mm Extension Basic Information
| Name | |
| ID | cbdekjfbcgjhdbikhbenojenaififhoo |
| Official URL | https://chrome.google.com/webstore/detail/guitar-maker/cbdekjfbcgjhdbikhbenojenaififhoo |
| Description | Fret & Neck angle calculation |
| File Size | 487 KB |
| Installation Count | 363 |
| Current Version | 0.9 |
| Last Updated | 2019-03-08 |
| Publish Date | 2019-03-08 |
| Rating | 4.19/5 Total 21 Ratings |
| Developer | StatiCorp |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Guitar Maker",
"version": "0.9",
"description": "Fret & Neck angle calculation",
"manifest_version": 2,
"options_page": "options.html",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Guitar Maker",
"default_popup": "popup.html"
}
} | |