Translate a website into Japanese

Translate a website into Japanese

Quickly translate a website into Japanese through Google Translate or Bing Translate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Translate a website into Japanese",
  "short_name": "Translate Japanese",
  "version": "0.1",
  "description": "Quickly translate a website into Japanese through Google Translate or Bing Translate",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "120": "images/120.png"
  },
  "browser_action": {
    "default_icon": "images/16.png",
    "default_popup": "page/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "homepage_url": "https://cloudo3.com/?source=ext_share-button_menu",
  "author": "CloudO3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}