Keyword Wrapper & Permutation Tool

Keyword Wrapper & Permutation Tool

By far the best PPC Keyword Wrapper available as a Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keyword Wrapper & Permutation Tool",
  "short_name": "Keyword Wrapper",
  "description": "By far the best PPC Keyword Wrapper available as a Chrome extension.",
  "version": "1.2",
  "manifest_version": 2,
  "icons": {
    "256": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}