Google翻訳 英文整形

Google翻訳 英文整形

Google翻訳で、ソース側の英文を整形します。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google翻訳 英文整形",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Google翻訳で、ソース側の英文を整形します。",
  "content_scripts": [
    {
      "matches": [
        "https://translate.google.co.jp/*"
      ],
      "js": [
        "jquery.min.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ]
}