Input Case Changer Firefox

Examine source code of Input Case Changer

Inspect and view changes in Input Case Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Input Case Changer",
  "version": "1.8",
  "description": "Change selected text case in inputs, textareas, WordPress/TinyMCE, and 'contenteditable' fields. Designed by me, pretty much jsut for me. Code written mostly by ChatGPT. If you don't like that, don't install this.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "input-case-changer@petercharlton.com.au",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Input Case Changer

Aquí hay algunas Firefox add-ons que son similares a Input Case Changer: