AEM 热力分析插件

AEM 热力分析插件

AEM 热力分析插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "AEM热力分析",
  "name": "AEM 热力分析插件",
  "version": "2.1",
  "description": "AEM 热力分析插件",
  "manifest_version": 3,
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://market.wapa.taobao.com/app/aes/aes-adata-plugin-iframe/*",
        "https://market.m.taobao.com/app/aes/aes-adata-plugin-iframe/*",
        "https://adata.local.com:3333/*"
      ],
      "js": [
        "static/js/content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_page": "script-src 'self' https://*.alicdn.com; object-src 'self'"
  },
  "permissions": [],
  "host_permissions": [],
  "web_accessible_resources": [],
  "action": {
    "default_popup": "/popup/popup.html",
    "default_icon": {
      "16": "/images/on.png",
      "32": "/images/on.png",
      "48": "/images/on.png",
      "128": "/images/on.png"
    },
    "default_title": "点击切换AEM热力分析功能开关"
  },
  "icons": {
    "16": "/images/icon.png",
    "32": "/images/icon.png",
    "48": "/images/icon.png",
    "128": "/images/icon.png"
  }
}