火山翻译 - 划词和网页翻译

火山翻译 - 划词和网页翻译

字节跳动出品,开箱即用免配置,完全免费无广告

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "字节跳动出品,开箱即用免配置,完全免费无广告",
  "name": "火山翻译 - 划词和网页翻译",
  "manifest_version": 3,
  "version": "2.5.2",
  "author": "火山翻译 <[email protected]>",
  "homepage_url": "https://translate.volcengine.com/translate",
  "default_locale": "zh_CN",
  "icons": {
    "16": "assets/logo.icon-only.png",
    "48": "assets/logo.icon-only.png",
    "128": "assets/logo.icon-only.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "styles/*",
        "fonts/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "火山翻译 - 划词和网页翻译",
    "default_icon": "assets/logo.icon-only.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background/background.js"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "z_use_eager": {
      "suggested_key": {
        "default": "Alt+Shift+E"
      },
      "description": "__MSG_eager_hotkey_describe__"
    },
    "use_text_input_box": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "__MSG_text_input_hotkey_describe__"
    },
    "use_web_trans": {
      "suggested_key": {
        "mac": "Alt+Shift+T",
        "default": "Alt+Shift+W"
      },
      "description": "__MSG_web_trans_hotkey_describe__"
    },
    "use_show_result": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "__MSG_show_result_hotkey_describe__"
    }
  }
}