Text Case Converter Firefox

Examine source code of Text Case Converter

Inspect and view changes in Text Case Converter source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Case Converter",
  "version": "1.0.0",
  "description": "Convert selected text to uppercase, lowercase, or title case.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "caseconverter-563b745466a6@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Text Case Converter Alternatives

Here are some Firefox add-ons that are similar to Text Case Converter: