VoiceVoyager Firefox

Examine source code of VoiceVoyager

By: 33WIN
Inspect and view changes in VoiceVoyager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VoiceVoyager",
  "version": "1.0",
  "description": "Read text aloud in various accents to help with pronunciation",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "VoiceVoyager",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/voicevoyager.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a10e0ba6-ec76-4530-b114-fd7982ca12b3}"
    }
  }
}

Best VoiceVoyager Alternatives

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