Honyaku x Kensaku

Honyaku x Kensaku

This app will speak your sentence or word, and you can search them on translation sites.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "ja",
  "version": "2.0.8",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "OpenSite"
  }
}