no caps

makes all letters lowercase

Co to jest no caps?

no caps to rozszerzenie Chrome opracowane przez becca.ooo, a jego główną funkcją jest „makes all letters lowercase”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia no caps

Pobierz pliki rozszerzeń no caps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
Oficjalny URL https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Opis makes all letters lowercase
Rozmiar pliku 6.95 KB
Liczba instalacji 204
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2014-11-12
Data Publikacji 2014-11-11
Ocena 4.47/5 Łącznie 36 Oceny
Deweloper becca.ooo
Typ Płatności free
Obsługiwane Języki 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
}