Simple On Page SEO

Simple On Page SEO

SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.",
  "version": "1.2",
  "name": "Simple On Page SEO",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}