ChordFinder Firefox

Examine source code of ChordFinder

By: Supe
Inspect and view changes in ChordFinder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChordFinder",
  "version": "1.0",
  "description": "Simple chord detection from 10s audio sample.",
  "browser_specific_settings": {
    "gecko": {
      "id": "chordfinder@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best ChordFinder Alternatives

Here are some Firefox add-ons that are similar to ChordFinder: