no caps

makes all letters lowercase

Cos'è no caps?

no caps è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "makes all letters lowercase".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione no caps

Scarica i file di estensione no caps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
URL Ufficiale https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Descrizione makes all letters lowercase
Dimensione del File 6.95 KB
Conteggio Installazioni 204
Versione Corrente 1.1.0
Ultimo Aggiornamento 2014-11-12
Data di Pubblicazione 2014-11-11
Valutazione 4.47/5 Totale 36 Valutazioni
Sviluppatore becca.ooo
Tipo di Pagamento free
Lingue Supportate 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
}