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 |
| 官方網址 | 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"
} | |