Anki JPDB Reader Firefox

Examine source code of Anki JPDB Reader

Inspect and view changes in Anki JPDB Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Anki JPDB Reader",
  "version": "0.7.1",
  "description": "Japanese text parsing + sentence mining with JPDB",
  "background": {
    "scripts": [
      "js/background-worker.js"
    ]
  },
  "action": {
    "default_popup": "views/widget.html",
    "default_icon": {
      "16": "assets/16.png",
      "24": "assets/24.png",
      "32": "assets/32.png",
      "48": "assets/48.png",
      "64": "assets/64.png",
      "96": "assets/96.png",
      "128": "assets/128.png"
    },
    "default_title": "Anki JPDB Reader"
  },
  "options_ui": {
    "page": "views/settings.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "assets/16.png",
    "24": "assets/24.png",
    "32": "assets/32.png",
    "48": "assets/48.png",
    "64": "assets/64.png",
    "96": "assets/96.png",
    "128": "assets/128.png"
  },
  "permissions": [
    "contextMenus",
    "scripting",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/ajb.js"
      ],
      "all_frames": true
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{67e602c3-7324-4b00-85cd-b652eb47b0f9}",
      "strict_min_version": "126.0"
    }
  }
}

Meilleures alternatives Anki JPDB Reader

Voici quelques Firefox add-ons qui sont similaires à Anki JPDB Reader :