Auto Uppercase for Whatsapp Web

Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.

Apa itu Auto Uppercase for Whatsapp Web?

Auto Uppercase for Whatsapp Web adalah ekstensi Chrome yang dikembangkan oleh opsJson, dan fitur utamanya adalah "Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Uppercase for Whatsapp Web

Unduh file ekstensi Auto Uppercase for Whatsapp Web 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

                        Eliminate pinky finger pain by automating the process of pressing shift to type capital letters at the beginning of sentences and after punctuation marks.                    

Informasi Dasar Ekstensi

Nama Auto Uppercase for Whatsapp Web Auto Uppercase for Whatsapp Web
ID lnhongehbnheecmglhgilembngeejbnb
URL Resmi https://chromewebstore.google.com/detail/auto-uppercase-for-whatsa/lnhongehbnheecmglhgilembngeejbnb
Deskripsi Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.
Ukuran File 24.66 KB
Jumlah Instalasi 271
Versi Saat Ini 3.1
Terakhir Diperbarui 2023-05-29
Tanggal Publikasi 2022-12-31
Penilaian 3.00/5 Total 4 Penilaian
Pengembang opsJson
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1",
    "name": "Auto Uppercase for Whatsapp Web",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": ".\/icons\/128.png",
        "64": ".\/icons\/64.png",
        "38": ".\/icons\/38.png",
        "16": ".\/icons\/16.png"
    },
    "permissions": [
        "storage"
    ]
}