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
电子邮箱 [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"
    }
}