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 - это расширение Chrome, разработанное https://thambaru.com, и его основная функция - "Convert Sinhala Unicode from Google Translator to FM Fonts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Translate to Sinhala Non-Unicode

Скачайте файлы расширений 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
Электронная почта [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"
            ]
        }
    ]
}