Auto Uppercase for Whatsapp Web

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

Wat is Auto Uppercase for Whatsapp Web?

Auto Uppercase for Whatsapp Web is een Chrome-extensie ontwikkeld door opsJson, en de belangrijkste functie is "Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Uppercase for Whatsapp Web

Download Auto Uppercase for Whatsapp Web-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

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

Basisinformatie over de Extensie

Naam Auto Uppercase for Whatsapp Web Auto Uppercase for Whatsapp Web
ID lnhongehbnheecmglhgilembngeejbnb
Officiële URL https://chromewebstore.google.com/detail/auto-uppercase-for-whatsa/lnhongehbnheecmglhgilembngeejbnb
Beschrijving Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.
Bestandsgrootte 24.66 KB
Aantal Installaties 271
Huidige Versie 3.1
Laatst Bijgewerkt 2023-05-29
Publicatiedatum 2022-12-31
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar opsJson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}