no caps

makes all letters lowercase

Co je no caps?

no caps je rozšíření Chrome vyvinuté becca.ooo, a jeho hlavní funkcí je „makes all letters lowercase“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření no caps

Stáhněte si soubory rozšíření no caps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
Oficiální URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Popis makes all letters lowercase
Velikost souboru 6.95 KB
Počet instalací 204
Aktuální Verze 1.1.0
Poslední Aktualizace 2014-11-12
Datum Vydání 2014-11-11
Hodnocení 4.47/5 Celkem 36 Hodnocení
Vývojář becca.ooo
Typ Platby free
Podporované Jazyky 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
}