Stop Shouting

Lowercase all letters that don't start a word

What is Stop Shouting?

Stop Shouting is a Chrome extension developed by Shea Levy, and its main feature is "Lowercase all letters that don't start a word".

Download Stop Shouting Extension CRX File

Download Stop Shouting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Stop Shouting Stop Shouting
ID liiecdamnmccppkkhmgmphflimofkhij
Official URL https://chrome.google.com/webstore/detail/stop-shouting/liiecdamnmccppkkhmgmphflimofkhij
Description Lowercase all letters that don't start a word
File Size 4.62 KB
Installation Count 15
Current Version 1.0.0
Last Updated 2014-08-20
Publish Date 2014-08-20
Rating 5.00/5 Total 4 Ratings
Developer Shea Levy
Payment Type free
Extension Website https://github.com/shlevy/stop-shouting
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Shouting",
    "version": "1.0.0",
    "description": "Lowercase all letters that don't start a word",
    "author": "Shea Levy ",
    "homepage_url": "https:\/\/github.com\/shlevy\/stop-shouting",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop-shouting.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}