Chord Transposer Firefox

Examine source code of Chord Transposer

Inspect and view changes in Chord Transposer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.2.0",
  "name": "Chord Transposer",
  "description": "Transpose chords on any webpage",
  "homepage_url": "https://github.com/ConorSheehan1/chord-transposer-web-extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "chord-transposer@conorsheehan1.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "32": "icon-32.png"
    }
  },
  "options_ui": {
    "page": "src/pages/options/index.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-BM3lc5v2.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "icon-128.png",
        "icon-32.png"
      ]
    },
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chordTransposer-CoYjSN5o.js",
        "assets/index.ts-DYAv6sr4.js"
      ]
    }
  ]
}

Best Chord Transposer Alternatives

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