Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Wat is Xitsonga Translator in Context?

Xitsonga Translator in Context is een Chrome-extensie ontwikkeld door HE M, en de belangrijkste functie is "Instantly translates highlighted words and phrases to Xitsonga. ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Xitsonga Translator in Context

Download Xitsonga Translator in Context-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

                        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.                    

Basisinformatie over de Extensie

Naam Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Officiële URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Beschrijving Instantly translates highlighted words and phrases to Xitsonga.
Bestandsgrootte 27.95 KB
Aantal Installaties 37
Huidige Versie 2.4.1
Laatst Bijgewerkt 2020-10-15
Publicatiedatum 2018-09-18
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar HE M
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.xitsonga.org/
Help Pagina-URL https://www.xitsonga.org/contact/
Ondersteunde Talen 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"
    ]
}