Word Pronunciation Database

Word Pronunciation Database

Latest Word of the Day from Easypronounce.com and Easy Word Search Pronunciations. Search how to pronounce any word in 1-Click and share with a friend. Addon uses 3rd party site (www.easypronounce.com) for operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "How to Pronounce Words",
  "version": "1.1.0",
  "description": "See the Word of the Day and use Easy Word Search",
  "author": "1ClickProduct",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Search Pronunciations",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "http://www.easypronounce.com/"
  ],
  "background": {
    "scripts": [
      "popup/js/popup.js"
    ],
    "persistent": false
  }
}