Quick Chord Finder Firefox

Examine source code of Quick Chord Finder

By: Cinzia
Inspect and view changes in Quick Chord Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Chord Finder",
  "version": "1.0",
  "description": "Hiển thị hợp âm (chords) cho bài hát đang phát trên các trang nhạc trực tuyến.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ceaaab5d-c2f0-4243-9341-cbc60ff8ca38}"
    }
  }
}

Best Quick Chord Finder Alternatives

Here are some Firefox add-ons that are similar to Quick Chord Finder: