Cyrillic-Latin

Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic

Cyrillic-Latinคืออะไร?

Cyrillic-Latin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Odilbek Utamuratov และคุณลักษณะหลักของมันคือ "Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyrillic-Latin

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

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

                        The Uzbek language is written in Latin or Cyrillic. Sometimes it is necessary to change the text from one to another. In this case, this program will help you.                    

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

ชื่อ Cyrillic-Latin Cyrillic-Latin
ID ahbglcedcldidmgbgnlpknpkbgjnkfoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyrillic-latin/ahbglcedcldidmgbgnlpknpkbgjnkfoa
คำอธิบาย Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic
ขนาดไฟล์ 21.5 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2023-05-01
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Odilbek Utamuratov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyrillic-Latin",
    "version": "1.2.2",
    "description": "Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic",
    "manifest_version": 3,
    "author": "Odilbek Utamuratov",
    "action": {
        "default_popup": "index.html",
        "default_title": "Cyrillic-Latin"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    }
}