jisho-pitcher

jisho-pitcher

Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "jisho-pitcher",
  "version": "1.7",
  "description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
  "icons": {
    "48": "icons/border-48.png",
    "96": "icons/border-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.jisho.org/*"
      ],
      "js": [
        "jisho_pitcher.js"
      ]
    }
  ]
}