Search Jisho

Search Jisho

Makes it easy to search Jisho.org for Japanese words and kanji. Select the text you want to look up, right-click, select "Search Jisho" and a new tab will open with your Jisho.org search results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search Jisho",
  "version": "1.0",
  "description": "Adds a context menu item to search Jisho.org for the selected text.",
  "icons": {
    "48": "icons/jisho-search-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ]
}