Change Case

Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case

Change Caseคืออะไร?

Change Case เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Satre และคุณลักษณะหลักของมันคือ "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Case

ดาวน์โหลดไฟล์ส่วนขยาย Change Case ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides multiple options to change the case of the text. You can convert text case to the following cases:

1. Sentence case
2. Lower case
3. Upper Case
4. Capitalized Case                    

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

ชื่อ Change Case Change Case
ID okecofhlheppfglpgakbmhhohicoikcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-case/okecofhlheppfglpgakbmhhohicoikcm
คำอธิบาย Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case
ขนาดไฟล์ 53.23 KB
จำนวนการติดตั้ง 4,850
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2021-09-02
วันที่เผยแพร่ 2019-07-20
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Abhishek Satre
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Case",
    "description": "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case",
    "version": "1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}