Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Что такое Xitsonga Translator in Context?

Xitsonga Translator in Context - это расширение Chrome, разработанное HE M, и его основная функция - "Instantly translates highlighted words and phrases to Xitsonga. ".

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

screenshot

Скачать файл CRX расширения Xitsonga Translator in Context

Скачайте файлы расширений Xitsonga Translator in Context в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        You will notice the grammar on the translations is often wrong. This is because Xitsonga Translator is still under development and this is an alpha version to allow for data collection.                    

Основная информация о расширении

Название Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Официальный URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Описание Instantly translates highlighted words and phrases to Xitsonga.
Размер файла 27.95 KB
Количество установок 37
Текущая Версия 2.4.1
Последнее Обновление 2020-10-15
Дата публикации 2018-09-18
Рейтинг 4.00/5 Всего 1 оценок
Разработчик HE M
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.xitsonga.org/
URL страницы помощи https://www.xitsonga.org/contact/
Поддерживаемые языки en
manifest.json
{
    "author": "Hlawuleka Maswanganyi - Xitsonga.org",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "art_work64.png",
        "default_popup": "popup.html",
        "default_title": "Xitsonga Translator in Context"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Instantly translates highlighted words and phrases to Xitsonga.\n",
    "icons": {
        "128": "art_work128.png",
        "32": "art_work32.png",
        "64": "art_work64.png"
    },
    "manifest_version": 2,
    "name": "Xitsonga Translator in Context",
    "options_page": "popup.html",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.1",
    "web_accessible_resources": [
        "art_work64.png"
    ]
}