Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

What is Xitsonga Translator in Context?

Xitsonga Translator in Context is a Chrome extension developed by HE M, and its main feature is "Instantly translates highlighted words and phrases to Xitsonga. ".

Extension Screenshots

screenshot

Download Xitsonga Translator in Context Extension CRX File

Download Xitsonga Translator in Context extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Official URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Description Instantly translates highlighted words and phrases to Xitsonga.
File Size 27.95 KB
Installation Count 37
Current Version 2.4.1
Last Updated 2020-10-15
Publish Date 2018-09-18
Rating 4.00/5 Total 1 Ratings
Developer HE M
Email [email protected]
Payment Type free
Extension Website https://www.xitsonga.org/
Help Page URL https://www.xitsonga.org/contact/
Supported Languages 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"
    ]
}