Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
什么是Upper Lower - text case converter?
Upper Lower - text case converter是由https://hectorvaldes.dev开发的Chrome扩展程序,该扩展的主要功能是“Change a text to uppercase and lowercase quickly and easily”。
扩展截图
下载Upper Lower - text case converter扩展crx文件
下载Upper Lower - text case converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | clhpelfcjphahimcabjdabcocdnphnfe |
| 官方URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
| 简介 | Change a text to uppercase and lowercase quickly and easily |
| 文件大小 | 29.92 KB |
| 安装次数 | 130 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2024-02-29 |
| 上架时间 | 2022-07-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://hectorvaldes.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hectorvaldes.dev/ |
| 帮助页面URL | https://hectorvaldes.dev/#contacto |
| 隐私政策页面URL | https://hectorvaldes.dev/privacy-policy-upper-lower |
| 支持的语言 | 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"
} | |