Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

什么是Xitsonga Translator in Context?

Xitsonga Translator in Context是由HE M开发的Chrome扩展程序,该扩展的主要功能是“Instantly translates highlighted words and phrases to Xitsonga. ”。

扩展截图

screenshot

下载Xitsonga Translator in Context扩展crx文件

下载Xitsonga Translator in Context扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
官方URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
简介 Instantly translates highlighted words and phrases to Xitsonga.
文件大小 27.95 KB
安装次数 37
当前版本 2.4.1
更新时间 2020-10-15
上架时间 2018-09-18
评分 4.00/5 共1次评分
开发者 HE M
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.xitsonga.org/
帮助页面URL https://www.xitsonga.org/contact/
支持的语言 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"
    ]
}