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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}