Japanese Learning Assistant Firefox

Examine source code of Japanese Learning Assistant

By: LaoDing
Inspect and view changes in Japanese Learning Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Japanese Learning Assistant",
  "version": "1.0.0",
  "description": "Provides text selection translation, furigana annotation, and grammar recognition for Japanese language learners",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ],
  "optional_permissions": [
    "https://*/*"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Japanese Learning Assistant",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "laoding@example.com",
      "strict_min_version": "99.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/fonts/*",
        "content/images/*",
        "assets/icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Japanese Learning Assistant Alternatives

Here are some Firefox add-ons that are similar to Japanese Learning Assistant: