Jisho Search Plugin

Jisho Search Plugin

Allow the user to search selected text on a webpage directly on Jisho dictionary

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Jisho Search Plugin",
  "description": "Allows the user to search selected text on a webpage directly on Jisho dictionary",
  "version": "1.1resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "icons": {
    "16": "icons/jisho-16.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@jisho-plugin"
    }
  }
}