Randomize Case Firefox

Examine source code of Randomize Case

Inspect and view changes in Randomize Case source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RanDOmiZe cASe",
  "version": "1.0.0",
  "description": "An addon that randomizes the case of your selected text",
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4e62bae5-8935-4f50-ad80-ea836c5bb306}"
    }
  }
}

Mejores alternativas Randomize Case

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