Randomize Case Firefox

Examine source code of Randomize Case

제작자: ToxicYogurt Add-on
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}"
    }
  }
}

최고의 Randomize Case 대안

다음은 Randomize Case과(와) 유사한 Firefox add-on입니다: