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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hectorvaldes.dev และคุณลักษณะหลักของมันคือ "Change a text to uppercase and lowercase quickly and easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upper Lower - text case converter

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Upper Lower - text case converter Upper Lower - text case converter
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"
}