Cyrillatin

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

What is Cyrillatin?

Cyrillatin is a Chrome extension developed by Gavin Clonts, and its main feature is "Allows conversion of latin phonics to cyrillic characters and vice versa.".

Extension Screenshots

screenshot
screenshot

Download Cyrillatin Extension CRX File

Download Cyrillatin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cyrillatin Cyrillatin
ID bhbiedjjjdgklakkpajhpbpmjbjcjnij
Official URL https://chromewebstore.google.com/detail/cyrillatin/bhbiedjjjdgklakkpajhpbpmjbjcjnij
Description Allows conversion of latin phonics to cyrillic characters and vice versa.
File Size 87.66 KB
Installation Count 29
Current Version 1.31
Last Updated 2023-04-04
Publish Date 2023-03-14
Developer Gavin Clonts
Email [email protected]
Payment Type free
Extension Website https://github.com/Gavin-TC/Cyrillatin
Supported Languages 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"
    }
}