ToCyrillic: extension for Google Chrome
The most commonly used addon is the well-known Transliterator .
A search in the Google Chrome Extension Gallery yielded several results, but none of the extensions suited me. First of all, the lack of support for WYSIWYG editors (TinyMCE, gmail etc.).
All this plus X free time encouraged me to write my extension.
Some technical details
ToCyrillic is based on a content script .
This script suspends the global onkeyup / onkeydown listener on each page, which in turn changes the Latin characters to Russian in an editable HTML text element.
Replace mode is activated by pressing the F2 key and.
References
Screenshots
Appendix
The table for translit conversion is taken from translit.ru .
I can supplement the article with technical details (if there is interest). The
article was typed using ToCyrillic extenssion :)