Search powerthesaurus synonyms

A menu option to search selected text on powerthesaurus synonyms, by yun.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Search powerthesaurus synonyms",
  "version": "0.1",
  "description": "A menu option to search selected text on powerthesaurus synonyms, by yun.",
  "icons": {
    "16": "icons/pw.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "search.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "pw",
      "search_url": "https://www.powerthesaurus.org/{searchTerms}/synonyms",
      "keyword": "pw"
    }
  }
}