Case Converter Firefox

Examine source code of Case Converter

Inspect and view changes in Case Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Case Converter",
  "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": "{0f568987-5763-446f-8865-e78f8931d3f2}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "static/icon16.png",
      "32": "static/icon32.png",
      "48": "static/icon48.png",
      "96": "static/icon96.png",
      "128": "static/icon128.png"
    },
    "default_title": "Case Converter",
    "default_popup": "app/popup.html"
  },
  "icons": {
    "16": "static/icon16.png",
    "32": "static/icon32.png",
    "48": "static/icon48.png",
    "96": "static/icon96.png",
    "128": "static/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "app/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Case Converter Alternatives

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