no caps

makes all letters lowercase

Apa itu no caps?

no caps adalah ekstensi Chrome yang dikembangkan oleh becca.ooo, dan fitur utamanya adalah "makes all letters lowercase".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi no caps

Unduh file ekstensi no caps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama no caps no caps
ID pigekgheddnmgpefkabckldhlfcipkpm
URL Resmi https://chromewebstore.google.com/detail/no-caps/pigekgheddnmgpefkabckldhlfcipkpm
Deskripsi makes all letters lowercase
Ukuran File 6.95 KB
Jumlah Instalasi 204
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2014-11-12
Tanggal Publikasi 2014-11-11
Penilaian 4.47/5 Total 36 Penilaian
Pengembang becca.ooo
Tipe Pembayaran free
Bahasa yang Didukung 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
}