Search Engine Zombie

Search Engine Zombie

Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search Engine Zombie",
  "description": "Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.",
  "version": "1.0",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "author": "Gregory Brown <[email protected]>"
}