Cyrillatin

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

Hvad er Cyrillatin?

Cyrillatin er en Chrome-udvidelse udviklet af Gavin Clonts, og dens hovedfunktion er "Allows conversion of latin phonics to cyrillic characters and vice versa.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cyrillatin-udvidelses-CRX-fil

Download Cyrillatin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Cyrillatin Cyrillatin
ID bhbiedjjjdgklakkpajhpbpmjbjcjnij
Officiel URL https://chromewebstore.google.com/detail/cyrillatin/bhbiedjjjdgklakkpajhpbpmjbjcjnij
Beskrivelse Allows conversion of latin phonics to cyrillic characters and vice versa.
Filstørrelse 87.66 KB
Antal Installationer 29
Nuværende Version 1.31
Senest Opdateret 2023-04-04
Udgivelsesdato 2023-03-14
Udvikler Gavin Clonts
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Gavin-TC/Cyrillatin
Understøttede Sprog 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"
    }
}