Duolingo Unicode Normalizer Firefox

Examine source code of Duolingo Unicode Normalizer

By: blmage
Inspect and view changes in Duolingo Unicode Normalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Duolingo Unicode Normalizer",
  "version": "1.4",
  "description": "Automatically normalizes Duolingo answers and dictionary searches.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*.duolingo.com/"
  ],
  "options_ui": {
    "page": "popup/options.html",
    "open_in_tab": false
  },
  "background": {
    "persistent": true,
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.duolingo.com/*"
      ],
      "js": [
        "src/options.js",
        "src/content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1a08ecd0-f0b2-4b76-a130-2df3a3079496}"
    }
  },
  "manifest_version": 2
}

Best Duolingo Unicode Normalizer Alternatives

Here are some Firefox add-ons that are similar to Duolingo Unicode Normalizer: