SEO META 1 COPY

SEO META 1 COPY

This is an extension that allows you to easily check SEO-related meta information and copy it with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "6.6.1",
  "manifest_version": 2,
  "commands": {
    "cmd01SideOn": {
      "description": "__MSG_shortcuts_sidebar_on__"
    },
    "cmd02SideClose": {
      "description": "__MSG_shortcuts_sidebar_close__"
    }
  },
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "img/*",
    "css/fonts/*",
    "html/*",
    "modules/*",
    "getFrameId",
    "_locales/*"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/2589375_128.png"
  },
  "permissions": [
    "*://*/*",
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "icons": {
    "100": "img/2589375_100.png",
    "128": "img/2589375_128.png"
  },
  "options_ui": {
    "page": "html/options_new.html",
    "chrome_style": true
  },
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "browser_specific_settings": {
    "gecko": {
      "id": "{64e80cb9-441e-417d-aef3-59e2e406f117}"
    }
  }
}