Keyword Extractor

Keyword Extractor

Free keyword tool that extracts text from the website you visit. Easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keyword Extractor",
  "description": "Free keyword tool that extracts text from the website you visit. Easy to use.",
  "version": "1.03",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Keyword Extractor"
  },
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ]
}