Translit
On the fly conversion from latin to cyrillic for text widgets.
What is Translit?
Translit is a Chrome extension developed by Mark Stein, and its main feature is "On the fly conversion from latin to cyrillic for text widgets.".
Extension Screenshots
Download Translit Extension CRX File
Download Translit 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
Translit Extension: Works in most text fields
Extension Basic Information
Name | Translit |
ID | cdfojffepjegadljoamlaoebkndckdln |
Official URL | https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln |
Description | On the fly conversion from latin to cyrillic for text widgets. |
File Size | 19.23 KB |
Installation Count | 200 |
Current Version | 7 |
Last Updated | 2021-06-28 |
Publish Date | 2021-06-24 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Mark Stein |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translit", "version": "7", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "images\/icon.png", "48": "images\/icon48.png" }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "js\/constants.js", "js\/data.js", "js\/kirill.js" ] } ], "permissions": [] } |