UATranslit
Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.
Apa itu UATranslit?
UATranslit adalah ekstensi Chrome yang dikembangkan oleh Andrew Soltis, dan fitur utamanya adalah "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UATranslit
Unduh file ekstensi UATranslit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Press F4 in most text fields to start typing in Ukrainian. Some of the tricky letters: ji -> ї je -> є ju -> ю ch -> ч zh -> ж sh -> ш w -> щ ' -> ь q -> ' Use plus sign if you need prevent compound letters: s+hody -> сходи (instead of shody -> шоди) Слава Україні!
Informasi Dasar Ekstensi
Nama | UATranslit |
ID | fehfmcdbkclihpnfhpodklcndphgnjjm |
URL Resmi | https://chromewebstore.google.com/detail/uatranslit/fehfmcdbkclihpnfhpodklcndphgnjjm |
Deskripsi | Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field. |
Ukuran File | 41.5 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-05-21 |
Tanggal Publikasi | 2014-05-21 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Andrew Soltis |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UATranslit", "version": "1.0", "description": "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.", "background": { "scripts": [ "\/code\/utranslit.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "\/code\/ContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |