Cyrillatin

Allows conversion of latin phonics to cyrillic characters and vice versa.

Cyrillatinとは何ですか?

CyrillatinはGavin Clontsによって開発されたChromeの拡張機能で、その主な機能は「Allows conversion of latin phonics to cyrillic characters and vice versa.」です。

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

screenshot
screenshot

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

Cyrillatin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cyrillatin is a Google Chrome extension that allows the conversion of phonics from the Latin alphabet into Russian Cyrillic on nearly any website. This makes it easy for people learning Russian to type in Cyrillic without having to learn the Cyrillic keyboard layout.

Just type phonics onto nearly any input field on a website, select the text, right-click, hover over "Cyrillatin" and click on "Covert to Cyrillic." 

As for converting back to Latin phonics, just select your text, right-click, hover over "Cyrillatin" and click on "Convert to Latin."

It's also completely open-source, check it out here: https://github.com/Gavin-TC/Cyrillatin                    

拡張機能の基本情報

名前 Cyrillatin Cyrillatin
ID bhbiedjjjdgklakkpajhpbpmjbjcjnij
公式URL https://chromewebstore.google.com/detail/cyrillatin/bhbiedjjjdgklakkpajhpbpmjbjcjnij
説明 Allows conversion of latin phonics to cyrillic characters and vice versa.
ファイルサイズ 87.66 KB
インストール数 29
現在のバージョン 1.31
最終更新日 2023-04-04
公開日 2023-03-14
開発者 Gavin Clonts
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Gavin-TC/Cyrillatin
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cyrillatin",
    "description": "Allows conversion of latin phonics to cyrillic characters and vice versa.",
    "version": "1.31",
    "icons": {
        "16": "icons\/logo2_16.png",
        "48": "icons\/logo2_48.png",
        "128": "icons\/logo2_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Cyrillatin"
    }
}