会译:对照式翻译&沉浸式AI翻译

会译:对照式翻译&沉浸式AI翻译

为用户提供更好用的AI翻译和更流畅的阅读体验

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "会译:对照式翻译&沉浸式AI翻译",
  "description": "为用户提供更好用的AI翻译和更流畅的阅读体验",
  "version": "1.5.3",
  "manifest_version": 3,
  "icons": {
    "16": "static/logo-transparent.png",
    "32": "static/logo-transparent.png",
    "48": "static/logo-transparent.png",
    "128": "static/logo-transparent.png"
  },
  "action": {
    "default_icon": {
      "16": "static/logo-transparent.png",
      "32": "static/logo-transparent.png",
      "48": "static/logo-transparent.png",
      "128": "static/logo-transparent.png"
    },
    "default_popup": "popup.html"
  },
  "options_page": "option.html",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting",
    "proxy",
    "tts",
    "contextMenus",
    "webRequest"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "static/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://huiyiai.net/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}