Cyrillatin

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

O que é Cyrillatin?

Cyrillatin é uma extensão do Chrome desenvolvida por Gavin Clonts, e sua principal característica é "Allows conversion of latin phonics to cyrillic characters and vice versa.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cyrillatin

Baixe arquivos de extensão Cyrillatin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cyrillatin Cyrillatin
ID bhbiedjjjdgklakkpajhpbpmjbjcjnij
URL Oficial https://chromewebstore.google.com/detail/cyrillatin/bhbiedjjjdgklakkpajhpbpmjbjcjnij
Descrição Allows conversion of latin phonics to cyrillic characters and vice versa.
Tamanho do Arquivo 87.66 KB
Contagem de Instalações 29
Versão Atual 1.31
Última Atualização 2023-04-04
Data de Publicação 2023-03-14
Desenvolvedor Gavin Clonts
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Gavin-TC/Cyrillatin
Idiomas Suportados 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"
    }
}