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文件
下载Google Translate to Sinhala Non-Unicode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |