Text Case Changer Firefox

Examine source code of Text Case Changer

Inspect and view changes in Text Case Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Case Changer",
  "version": "1.0.0",
  "description": "Convert selected text to UPPER, lower, Title, camelCase, snake_case, kebab-case, PascalCase, and sentence case.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cedb65f-1cc1-4988-8bea-3294cd11f3e5}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "Text Case Changer",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Text Case Changer Alternatives

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