Google Translate to Sinhala Non-Unicode

Convert Sinhala Unicode from Google Translator to FM Fonts

Was ist Google Translate to Sinhala Non-Unicode?

Google Translate to Sinhala Non-Unicode ist eine Chrome-Erweiterung, die von https://thambaru.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert Sinhala Unicode from Google Translator to FM Fonts".

Erweiterungsscreenshots

screenshot

Google Translate to Sinhala Non-Unicode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Translate to Sinhala Non-Unicode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Translate to Sinhala Non-Unicode Google Translate to Sinhala Non-Unicode
ID ckogelgphhciinnbhkebdclmcoidbekg
Offizielle URL https://chromewebstore.google.com/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg
Beschreibung Convert Sinhala Unicode from Google Translator to FM Fonts
Dateigröße 52.75 KB
Installationsanzahl 1,166
Aktuelle Version 0.0.7
Letztes Update 2022-04-02
Veröffentlichungsdatum 2019-12-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://thambaru.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://chrome.google.com/webstore/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg?hl=en
Unterstützte Sprachen 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"
            ]
        }
    ]
}