Change Case

Change Case

Let you UPPERCASE, lowercase or tOGGLE any selection of text in an input or textarea field by choosing a Change Case item in your context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "3.16",
  "default_locale": "en",
  "icons": {
    "64": "icon.svg",
    "128": "icon.svg"
  },
  "background": {
    "scripts": [
      "ep.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "<all_urls>"
  ]
}