lowercase Firefox

Examine source code of lowercase

Por: Katchov
Inspect and view changes in lowercase source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "lowercase",
  "version": "1.0",
  "description": "All text is transformed to lowercase.",
  "author": "katchov",
  "icons": {
    "64": "lowercase.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lowercase@katchov"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "lowercase.css"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ]
}

Mejores alternativas lowercase

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