Xitsonga Translator in Context

Instantly translates highlighted words and phrases to Xitsonga.

Co je Xitsonga Translator in Context?

Xitsonga Translator in Context je rozšíření Chrome vyvinuté HE M, a jeho hlavní funkcí je „Instantly translates highlighted words and phrases to Xitsonga. “.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Xitsonga Translator in Context

Stáhněte si soubory rozšíření Xitsonga Translator in Context ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Xitsonga Translator in Context Xitsonga Translator in Context
ID jhaegmdcbapmilnhiljiconffoldpnmk
Oficiální URL https://chrome.google.com/webstore/detail/xitsonga-translator-in-co/jhaegmdcbapmilnhiljiconffoldpnmk
Popis Instantly translates highlighted words and phrases to Xitsonga.
Velikost souboru 27.95 KB
Počet instalací 37
Aktuální Verze 2.4.1
Poslední Aktualizace 2020-10-15
Datum Vydání 2018-09-18
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář HE M
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.xitsonga.org/
URL Stránky Nápovědy https://www.xitsonga.org/contact/
Podporované Jazyky 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"
    ]
}