Cyrillic-Latin

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

Was ist Cyrillic-Latin?

Cyrillic-Latin ist eine Chrome-Erweiterung, die von Odilbek Utamuratov entwickelt wurde, und ihr Hauptmerkmal ist "Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cyrillic-Latin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cyrillic-Latin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cyrillic-Latin Cyrillic-Latin
ID ahbglcedcldidmgbgnlpknpkbgjnkfoa
Offizielle URL https://chromewebstore.google.com/detail/cyrillic-latin/ahbglcedcldidmgbgnlpknpkbgjnkfoa
Beschreibung Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic
Dateigröße 21.5 KB
Installationsanzahl 110
Aktuelle Version 1.2.2
Letztes Update 2023-05-19
Veröffentlichungsdatum 2023-05-01
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Odilbek Utamuratov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}