Kanji Meaning Firefox

Examine source code of Kanji Meaning

Inspect and view changes in Kanji Meaning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kanji Meaning",
  "version": "1.0.2",
  "description": "Allows you to quickly see the meaning and reading of kanji.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "applications": {
    "gecko": {
      "id": "inversiumous@gmail.com",
      "strict_min_version": "55.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/"
      ],
      "js": [],
      "css": [
        "KanjiStyle.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "webRequest",
    "https://kanjiapi.dev/*"
  ],
  "web_accessible_resources": [
    "KanjiInfo.html",
    "KanjiStyle.css"
  ]
}

Best Kanji Meaning Alternatives

Here are some Firefox add-ons that are similar to Kanji Meaning: