Tone Fox Firefox

Examine source code of Tone Fox

By: Nao
Inspect and view changes in Tone Fox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tone Fox",
  "version": "2.1.0",
  "icons": {
    "48": "icons/tone_fox.png"
  },
  "description": "Displays the meaning of tone indicators",
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "ToneIndicatorHoverTooltip.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "ToneIndicatorContextMenu.js"
    ]
  },
  "options_ui": {
    "page": "settings.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "toneFox@naomie.digital"
    }
  }
}

Best Tone Fox Alternatives

Here are some Firefox add-ons that are similar to Tone Fox: