DeepL翻訳

DeepL翻訳

コンテキストメニューにDeepl Translatorを追加し、翻訳します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DeepL翻訳",
  "version": "1.0",
  "icons": {
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "description": "コンテキストメニューにDeepl Translatorを追加し、翻訳します。",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "tabs"
  ]
}