WordFish

WordFish

Fish for words from the current page. Then click to match terms with their definitions -- a brain Training game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WordFish",
  "short_name": "WordFish",
  "version": "1.4",
  "manifest_version": 2,
  "permissions": [
    "<all_urls>"
  ],
  "description": "Fish for words from the current page. Then click to match terms with their definitions -- a brain Training game.",
  "browser_action": {
    "default_popup": "a.htm",
    "default_icon": "px/32.png",
    "default_title": "Match words with their definitions"
  },
  "icons": {
    "16": "px/16.png",
    "48": "px/48.png",
    "128": "px/128.png"
  }
}