Text Convert Case

Convert case, slugify data of the selected text

Text Convert Caseคืออะไร?

Text Convert Case เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Genius Lynx และคุณลักษณะหลักของมันคือ "Convert case, slugify data of the selected text"

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

screenshot
screenshot

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

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

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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

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

ชื่อ Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
คำอธิบาย Convert case, slugify data of the selected text
ขนาดไฟล์ 11.48 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2021-12-10
วันที่เผยแพร่ 2021-12-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Genius Lynx
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://geniuslynx.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}