Google Translate to Sinhala Non-Unicode
Convert Sinhala Unicode from Google Translator to FM Fonts
Google Translate to Sinhala Non-Unicode란 무엇입니까?
Google Translate to Sinhala Non-Unicode은(는) https://thambaru.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert Sinhala Unicode from Google Translator to FM Fonts"입니다.
확장 프로그램 스크린샷
Google Translate to Sinhala Non-Unicode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to Use: 1. Visit Google Translator. 2. Switch on the "අ" button. 3. Translate your text and click the Google's "Copy" button as usual. - Text will be copied in Non-Unicode (FMAbhaya Font) format. Developer: Thambaru Wijesekara Special thanks to: UCSC LTRL and Malinthe Samarakon for the Unicode converter code.
확장 프로그램 기본 정보
이름 | Google Translate to Sinhala Non-Unicode |
ID | ckogelgphhciinnbhkebdclmcoidbekg |
공식 URL | https://chromewebstore.google.com/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg |
설명 | Convert Sinhala Unicode from Google Translator to FM Fonts |
파일 크기 | 52.75 KB |
설치 횟수 | 1,166 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2022-04-02 |
출시 날짜 | 2019-12-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://thambaru.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chrome.google.com/webstore/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg?hl=en |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Translate to Sinhala Non-Unicode", "short_name": "GTtoSiNonUni", "version": "0.0.7", "manifest_version": 2, "description": "Convert Sinhala Unicode from Google Translator to FM Fonts", "homepage_url": "https:\/\/thambaru.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/translate.google.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/converter\/uToL.js", "js\/converter\/lToU.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |