Language Improver Firefox

Examine source code of Language Improver

Inspect and view changes in Language Improver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Language Improver",
  "version": "1.0.0",
  "description": "Improve and correct text using AI-powered language processing",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-language-plugin-1@dhananjayandroid.github.io"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icon.png"
  }
}

Best Language Improver Alternatives

Here are some Firefox add-ons that are similar to Language Improver: