Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Qu'est-ce que Xitsonga Translator in Context ?

Xitsonga Translator in Context est une extension Chrome développée par HE M, et sa fonction principale est "Instantly translates highlighted words and phrases to Xitsonga. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Xitsonga Translator in Context

Téléchargez les fichiers d'extension Xitsonga Translator in Context au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
URL Officiel https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Description Instantly translates highlighted words and phrases to Xitsonga.
Taille du Fichier 27.95 KB
Nombre d'Installations 37
Version Actuelle 2.4.1
Dernière Mise à Jour 2020-10-15
Date de Publication 2018-09-18
Évaluation 4.00/5 Total 1 Évaluations
Développeur HE M
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.xitsonga.org/
URL de la Page d'Aide https://www.xitsonga.org/contact/
Langues Prises en Charge 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"
    ]
}