Cyrillic-Latin

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

Cyrillic-Latinとは何ですか?

Cyrillic-LatinはOdilbek Utamuratovによって開発されたChromeの拡張機能で、その主な機能は「Converts Uzbek words from Cyrillic to Latin or from Latin to Cyrillic」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Cyrillic-Latin拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}