no caps

makes all letters lowercase

What is no caps?

no caps is a Chrome extension developed by becca.ooo, and its main feature is "makes all letters lowercase".

Extension Screenshots

screenshot

Download no caps Extension CRX File

Download no caps 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

                        a simple extension that makes all the letters on the net lowercase, for those who don’t like feeling like they’re being yelled at or simply like the chill aesthetic.
please note that no caps will not work on images but will work on every other piece of text—this may cause problems, for which i can’t be held responsible.                    

Extension Basic Information

Name no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
Official URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Description makes all letters lowercase
File Size 6.95 KB
Installation Count 204
Current Version 1.1.0
Last Updated 2014-11-12
Publish Date 2014-11-11
Rating 4.47/5 Total 36 Ratings
Developer becca.ooo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "no caps",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "makes all letters lowercase",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "offline_enabled": true
}