Rephraser

Rephraser

Paraphrase text online on any website with rephraser extension...

Merlin
Additional files are visible only to premium users

manifest.json


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