Auto Uppercase for Whatsapp Web

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

Auto Uppercase for Whatsapp Webとは何ですか?

Auto Uppercase for Whatsapp WebはopsJsonによって開発されたChromeの拡張機能で、その主な機能は「Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.」です。

拡張機能のスクリーンショット

screenshot

Auto Uppercase for Whatsapp Web拡張機能のCRXファイルをダウンロード

Auto Uppercase for Whatsapp Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Auto Uppercase for Whatsapp Web Auto Uppercase for Whatsapp Web
ID lnhongehbnheecmglhgilembngeejbnb
公式URL https://chromewebstore.google.com/detail/auto-uppercase-for-whatsa/lnhongehbnheecmglhgilembngeejbnb
説明 Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.
ファイルサイズ 24.66 KB
インストール数 271
現在のバージョン 3.1
最終更新日 2023-05-29
公開日 2022-12-31
評価 3.00/5 合計 4 レビュー
開発者 opsJson
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}