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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}