Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Xitsonga Translator in Context là gì?

Xitsonga Translator in Context là một tiện ích mở rộng Chrome được phát triển bởi HE M, và tính năng chính của nó là "Instantly translates highlighted words and phrases to Xitsonga. ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Xitsonga Translator in Context

Tải xuống các tệp mở rộng Xitsonga Translator in Context dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
URL Chính Thức https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Mô tả Instantly translates highlighted words and phrases to Xitsonga.
Kích Thước Tệp 27.95 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2020-10-15
Ngày Phát Hành 2018-09-18
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển HE M
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xitsonga.org/
URL Trang Trợ Giúp https://www.xitsonga.org/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}