MiraiTranslate Search Extension

MiraiTranslate Search Extension

This extension opens Mirai in a new tab and autocompletes the selected text into the translation box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MiraiTranslate Search Extension",
  "version": "1.0.2",
  "description": "This extension opens Mirai in a new tab and autocompletes the selected text into the translation box.",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "images/head_logo-16_x_16.png",
    "32": "images/head_logo-32_x_32.png",
    "48": "images/head_logo-48_x_48.png",
    "128": "images/head_logo-128_x_128.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  }
}