Auto Uppercase for Whatsapp Web

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

Qu'est-ce que Auto Uppercase for Whatsapp Web ?

Auto Uppercase for Whatsapp Web est une extension Chrome développée par opsJson, et sa fonction principale est "Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Uppercase for Whatsapp Web

Téléchargez les fichiers d'extension Auto Uppercase for Whatsapp Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Auto Uppercase for Whatsapp Web Auto Uppercase for Whatsapp Web
ID lnhongehbnheecmglhgilembngeejbnb
URL Officiel https://chromewebstore.google.com/detail/auto-uppercase-for-whatsa/lnhongehbnheecmglhgilembngeejbnb
Description Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.
Taille du Fichier 24.66 KB
Nombre d'Installations 271
Version Actuelle 3.1
Dernière Mise à Jour 2023-05-29
Date de Publication 2022-12-31
Évaluation 3.00/5 Total 4 Évaluations
Développeur opsJson
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}