网站SEO分析工具

一个网站SEO分析工具,快速打开多个分析网站以对当前网站进行SEO分析。
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "网站SEO分析工具",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "一个网站SEO分析工具,快速打开多个分析网站以对当前网站进行SEO分析。",
  "icons": {
    "128": "icons/logo128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.jpeg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}