UATranslit
Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.
UATranslit란 무엇입니까?
UATranslit은(는) Andrew Soltis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field."입니다.
확장 프로그램 스크린샷
UATranslit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 -> шоди) Слава Україні!
확장 프로그램 기본 정보
이름 | UATranslit |
ID | fehfmcdbkclihpnfhpodklcndphgnjjm |
공식 URL | https://chromewebstore.google.com/detail/uatranslit/fehfmcdbkclihpnfhpodklcndphgnjjm |
설명 | Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field. |
파일 크기 | 41.5 KB |
설치 횟수 | 28 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-05-21 |
출시 날짜 | 2014-05-21 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Andrew Soltis |
결제 유형 | free |
지원되는 언어 | 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:\/\/*\/*" ] } |