Stop shouting Firefox

Examine source code of Stop shouting

By: Fabien
Inspect and view changes in Stop shouting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stop shouting",
  "version": "1.1resigned1",
  "description": "Silently lowercase all-caps words.",
  "icons": {
    "48": "icon.svg"
  },
  "background": {
    "scripts": [
      "words.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "stopshouting.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf3ad4b2-6723-4378-9689-69dbe4e6c3cb}"
    }
  }
}

Best Stop shouting Alternatives

Here are some Firefox add-ons that are similar to Stop shouting: