Kanken Extension Firefox

Examine source code of Kanken Extension

By: LI
Inspect and view changes in Kanken Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kanken Extension",
  "version": "1.0.1",
  "description": "Retrieve kanken information by hovering over kanjis with key+click combination:\n - Ctrl+<LeftClick>: displays the kanken level of the hovered kanji in a tooltip\n- Ctrl+<RightClick>: opens the hovered kanji info page from kanji.jitenon.jp in a new tab",
  "icons": {
    "48": "icons/kanken_icon.svg",
    "96": "icons/kanken_icon.svg"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/tooltip.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/kanken_icon.svg",
    "default_title": "KankenExtension enabled"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Kanken Extension Alternatives

Here are some Firefox add-ons that are similar to Kanken Extension: