Fast Wiktionary Lookup

Fast Wiktionary Lookup

Double click any word to look it up on Wiktionary in a panel without switching tabs. Customize which languages and sections you want to see. Works on Android.

Additional files are visible only to premium users

manifest.json


{
  "name": "Fast Wiktionary Lookup",
  "version": "1.0.0",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {},
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ]
}