Google Translate to Sinhala Non-Unicode

Convert Sinhala Unicode from Google Translator to FM Fonts

Wat is Google Translate to Sinhala Non-Unicode?

Google Translate to Sinhala Non-Unicode is een Chrome-extensie ontwikkeld door https://thambaru.com, en de belangrijkste functie is "Convert Sinhala Unicode from Google Translator to FM Fonts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Translate to Sinhala Non-Unicode

Download Google Translate to Sinhala Non-Unicode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Translate to Sinhala Non-Unicode Google Translate to Sinhala Non-Unicode
ID ckogelgphhciinnbhkebdclmcoidbekg
Officiële URL https://chromewebstore.google.com/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg
Beschrijving Convert Sinhala Unicode from Google Translator to FM Fonts
Bestandsgrootte 52.75 KB
Aantal Installaties 1,166
Huidige Versie 0.0.7
Laatst Bijgewerkt 2022-04-02
Publicatiedatum 2019-12-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://thambaru.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://chrome.google.com/webstore/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg?hl=en
Ondersteunde Talen 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"
            ]
        }
    ]
}