Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Was ist Xitsonga Translator in Context?

Xitsonga Translator in Context ist eine Chrome-Erweiterung, die von HE M entwickelt wurde, und ihr Hauptmerkmal ist "Instantly translates highlighted words and phrases to Xitsonga. ".

Erweiterungsscreenshots

screenshot

Xitsonga Translator in Context-Erweiterungs-CRX-Datei herunterladen

Laden Sie Xitsonga Translator in Context-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Offizielle URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Beschreibung Instantly translates highlighted words and phrases to Xitsonga.
Dateigröße 27.95 KB
Installationsanzahl 37
Aktuelle Version 2.4.1
Letztes Update 2020-10-15
Veröffentlichungsdatum 2018-09-18
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler HE M
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.xitsonga.org/
Hilfeseite URL https://www.xitsonga.org/contact/
Unterstützte Sprachen 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"
    ]
}