Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Co to jest Xitsonga Translator in Context?

Xitsonga Translator in Context to rozszerzenie Chrome opracowane przez HE M, a jego główną funkcją jest „Instantly translates highlighted words and phrases to Xitsonga. ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Xitsonga Translator in Context

Pobierz pliki rozszerzeń Xitsonga Translator in Context w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Oficjalny URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Opis Instantly translates highlighted words and phrases to Xitsonga.
Rozmiar pliku 27.95 KB
Liczba instalacji 37
Aktualna Wersja 2.4.1
Ostatnia Aktualizacja 2020-10-15
Data Publikacji 2018-09-18
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper HE M
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.xitsonga.org/
Adres URL Strony Pomocy https://www.xitsonga.org/contact/
Obsługiwane Języki 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"
    ]
}