SEO Site Tools, Site Analysis

SEO Site Tools, Site Analysis

One-click SEO extension. Quick access to SEO analysis. Features: website indexed pages, backlinks, Alexa, IP, SEO stats and tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "default_title": "SEO Site Tools, Site Analysis",
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "chrome/content/img/128.png",
    "default_popup": "chrome/content/popup.html",
    "default_title": "SEO Site Tools"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "16": "chrome/content/img/16.png",
    "32": "chrome/content/img/32.png",
    "48": "chrome/content/img/48.png",
    "64": "chrome/content/img/64.png",
    "128": "chrome/content/img/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "chrome/content/options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "clipboardWrite"
  ],
  "short_name": "SEO Site Tools",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2.5"
}