Taigi: Taiwainese 台語 Popup Dictionary Firefox

Examine source code of Taigi: Taiwainese 台語 Popup Dictionary

Inspect and view changes in Taigi: Taiwainese 台語 Popup Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Taigi: Taiwainese 台語 Popup Dictionary",
  "short_name": "Taigi",
  "version": "0.2.2",
  "author": "Kyle Feng",
  "homepage_url": "https://github.com/kylefeng28/zhongwen/tree/main-taigi",
  "description": "Popup Dictionary for Taiwanese Taigi 台語",
  "icons": {
    "16": "images/taigi16.png",
    "48": "images/taigi48.png",
    "128": "images/taigi.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@taigi-popup-dictionary",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_icon": "images/taigi48.png",
    "default_title": "Taiwanese Taigi Popup Dictionary"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "offscreen",
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_action": {
      "description": "Enable/Disable Taigi"
    }
  }
}

Best Taigi: Taiwainese 台語 Popup Dictionary Alternatives

Here are some Firefox add-ons that are similar to Taigi: Taiwainese 台語 Popup Dictionary: