Voca Web - Vocabulary Builder Firefox

Examine source code of Voca Web - Vocabulary Builder

By: whysw
Inspect and view changes in Voca Web - Vocabulary Builder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Voca Web - Vocabulary Builder",
  "version": "1.0.2",
  "description": "Add words to your vocabulary directly from web pages",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://voca.ysw.kr/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://voca.ysw.kr/*"
      ],
      "js": [
        "scripts/content-sync.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vocaweb@ysw.kr",
      "strict_min_version": "109.0"
    }
  }
}

Best Voca Web - Vocabulary Builder Alternatives

Here are some Firefox add-ons that are similar to Voca Web - Vocabulary Builder: