Cyrillic-Latin

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

Apa itu Cyrillic-Latin?

Cyrillic-Latin adalah ekstensi Chrome yang dikembangkan oleh Odilbek Utamuratov, dan fitur utamanya adalah "Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cyrillic-Latin

Unduh file ekstensi Cyrillic-Latin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cyrillic-Latin Cyrillic-Latin
ID ahbglcedcldidmgbgnlpknpkbgjnkfoa
URL Resmi https://chromewebstore.google.com/detail/cyrillic-latin/ahbglcedcldidmgbgnlpknpkbgjnkfoa
Deskripsi Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic
Ukuran File 21.5 KB
Jumlah Instalasi 110
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-05-19
Tanggal Publikasi 2023-05-01
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Odilbek Utamuratov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}