ihaessi

ihaessi

Port of rikaikun to provide hover translation of Korean text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ihaessi",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "Port of rikaikun to provide hover translation of Korean text.",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon38.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file:///*"
      ],
      "js": [
        "jquery-1.7.1.min.js",
        "ihaecontent.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "css/popup-black.css",
    "css/popup-blue.css",
    "css/popup-lightblue.css",
    "css/popup-yellow.css"
  ]
}