TransHono: All-in-One Translation

TransHono: All-in-One Translation

A concise, efficient, good-looking translation extension for chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.1.9",
  "author": "Plasmo Corp. <[email protected]>",
  "name": "TransHono: All-in-One Translation",
  "description": "A concise, efficient, good-looking translation extension for chrome.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "sidePanel",
    "storage",
    "contextMenus",
    "system.display"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popclip.3473d439.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bob-sidebar-overlay.e3f72232.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:5173/"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "popclip.acd04133.css",
        "popclip.ca38248d.svg",
        "popclip.9f60d769.png",
        "popclip.875cef07.svg",
        "popclip.c8928ff4.svg",
        "popclip.7fd236d8.png",
        "popclip.a47522b3.svg",
        "popclip.990e162b.svg",
        "popclip.2e61593d.png",
        "popclip.994e5587.png",
        "popclip.99af7c72.svg",
        "popclip.f3b60335.svg"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "bob-sidebar-overlay.ed4407c5.css",
        "popclip.ca38248d.svg",
        "popclip.9f60d769.png",
        "popclip.875cef07.svg",
        "popclip.c8928ff4.svg",
        "popclip.7fd236d8.png",
        "popclip.a47522b3.svg",
        "popclip.990e162b.svg",
        "popclip.2e61593d.png",
        "popclip.994e5587.png",
        "popclip.99af7c72.svg",
        "popclip.f3b60335.svg"
      ]
    }
  ]
}