Auto Uppercase for Whatsapp Web
Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.
Auto Uppercase for Whatsapp Web là gì?
Auto Uppercase for Whatsapp Web là một tiện ích mở rộng Chrome được phát triển bởi opsJson, và tính năng chính của nó là "Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto Uppercase for Whatsapp Web
Tải xuống các tệp mở rộng Auto Uppercase for Whatsapp Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Eliminate pinky finger pain by automating the process of pressing shift to type capital letters at the beginning of sentences and after punctuation marks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Uppercase for Whatsapp Web |
ID | lnhongehbnheecmglhgilembngeejbnb |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-uppercase-for-whatsa/lnhongehbnheecmglhgilembngeejbnb |
Mô tả | Turn words at the beginning of a sentence, and after punctuations, into uppercase automatically. |
Kích Thước Tệp | 24.66 KB |
Số Lần Cài Đặt | 271 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2023-05-29 |
Ngày Phát Hành | 2022-12-31 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | opsJson |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |