Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Cos'è Xitsonga Translator in Context?

Xitsonga Translator in Context è un'estensione di Chrome sviluppata da HE M, e la sua funzione principale è "Instantly translates highlighted words and phrases to Xitsonga. ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Xitsonga Translator in Context

Scarica i file di estensione Xitsonga Translator in Context in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
URL Ufficiale https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Descrizione Instantly translates highlighted words and phrases to Xitsonga.
Dimensione del File 27.95 KB
Conteggio Installazioni 37
Versione Corrente 2.4.1
Ultimo Aggiornamento 2020-10-15
Data di Pubblicazione 2018-09-18
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore HE M
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.xitsonga.org/
URL della Pagina di Aiuto https://www.xitsonga.org/contact/
Lingue Supportate 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"
    ]
}