Paraphrasing Tool

Paraphrasing Tool

Paraphrase text online on any website with paraphrasing tool extension...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/19.png",
    "default_popup": "popup.html"
  },
  "description": "Paraphrase text online on any website with paraphrasing tool extension...",
  "homepage_url": "https://www.prepostseo.com/paraphrasing-tool",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "Paraphrasing Tool",
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "storage",
    "http://www.prepostseo.com/",
    "https://www.prepostseo.com/",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}