Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Upper Lower - text case converter là gì?
Upper Lower - text case converter là một tiện ích mở rộng Chrome được phát triển bởi https://hectorvaldes.dev, và tính năng chính của nó là "Change a text to uppercase and lowercase quickly and easily".
Ả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 Upper Lower - text case converter
Tải xuống các tệp mở rộng Upper Lower - text case converter 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
The extension is very easy to use: - Copy a text and paste it into the extension box. - Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All). - The extension will automatically select the result for you to copy. - Done, paste it wherever you want.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Upper Lower - text case converter |
ID | clhpelfcjphahimcabjdabcocdnphnfe |
URL Chính Thức | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
Mô tả | Change a text to uppercase and lowercase quickly and easily |
Kích Thước Tệp | 29.92 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2022-07-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://hectorvaldes.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hectorvaldes.dev/ |
URL Trang Trợ Giúp | https://hectorvaldes.dev/#contacto |
URL Trang Chính Sách Bảo Mật | https://hectorvaldes.dev/privacy-policy-upper-lower |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Lower - text case converter", "description": "Change a text to uppercase and lowercase quickly and easily", "version": "1.4.1", "action": { "default_popup": "popup.html", "default_title": "Paste the text and convert it", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "permissions": [ "contextMenus", "activeTab", "scripting" ], "icons": { "16": "\/images\/get_started16.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "background": { "service_worker": "bg.js" }, "manifest_version": 3, "author": "Mushroom Dev" } |