Thesaurus.com Synonym Finder

Thesaurus.com Synonym Finder

Quickly find synonyms for the selected word on Thesaurus.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Thesaurus.com Synonym Finder",
  "version": "1.0.0",
  "icons": {
    "32": "icons/thesaurus-32.png",
    "48": "icons/thesaurus-48.png",
    "96": "icons/thesaurus-96.png"
  },
  "description": "Quickly find synonyms for the selected word on Thesaurus.com.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}