Vocab Booster Chrome

Examine source code of Vocab Booster

Inspect and view changes in Vocab Booster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vocab Booster",
  "version": "2.0",
  "description": "Highlight words to see definitions and synonyms, simplify text, and quiz yourself on new vocabulary.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "options_page": "settings.html",
  "default_locale": "en"
}

Best Vocab Booster Alternatives

Here are some Chrome extensions that are similar to Vocab Booster: