no caps

makes all letters lowercase

Wat is no caps?

no caps is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "makes all letters lowercase".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie no caps

Download no caps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
Officiële URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Beschrijving makes all letters lowercase
Bestandsgrootte 6.95 KB
Aantal Installaties 204
Huidige Versie 1.1.0
Laatst Bijgewerkt 2014-11-12
Publicatiedatum 2014-11-11
Beoordeling 4.47/5 Totaal 36 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen 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
}