no caps

makes all letters lowercase

Vad är no caps?

no caps är en Chrome-tillägg utvecklad av becca.ooo, och dess huvudfunktion är "makes all letters lowercase".

Tilläggsskärmbilder

screenshot

Ladda ner no caps-förlängningens CRX-fil

Ladda ner no caps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
Officiell webbadress https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Beskrivning makes all letters lowercase
Filstorlek 6.95 KB
Antal Installationer 204
Aktuell Version 1.1.0
Senast Uppdaterad 2014-11-12
Publiceringsdatum 2014-11-11
Betyg 4.47/5 Totalt 36 Betyg
Utvecklare becca.ooo
Betalningssätt free
Stödda Språk 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
}