TexTra

「みんなの自動翻訳」を利用して翻訳を行います。

Wat is TexTra?

TexTra is een Chrome-extensie ontwikkeld door NICT, en de belangrijkste functie is "「みんなの自動翻訳」を利用して翻訳を行います。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TexTra

Download TexTra-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        TexTra Chrome Addonは
ブラウザ「Google Chrome」用のアドオンで、
テキストの翻訳、辞書引きを行うソフトです。

翻訳はNICT「みんなの自動翻訳」が行っています。
ユーザ独自のカスタム翻訳、辞書の追加を行うことができます。
https://mt-auto-minhon-mlt.ucri.jgn-x.jp/

不具合、改善点をお知らせください。

2020/09/18
選択できる言語の追加
インターフェースの改善                    

Basisinformatie over de Extensie

Naam TexTra TexTra
ID mhnnkoiolmjhfkcjppolhbmobkbjfbdi
Officiële URL https://chromewebstore.google.com/detail/textra/mhnnkoiolmjhfkcjppolhbmobkbjfbdi
Beschrijving 「みんなの自動翻訳」を利用して翻訳を行います。
Bestandsgrootte 3.77 MB
Aantal Installaties 3,303
Huidige Versie 1.1.28
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2020-09-19
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar NICT
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/tool/chrome/
URL van de Privacybeleid Pagina https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/policy
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TexTra",
    "version": "1.1.28",
    "manifest_version": 3,
    "description": "\u300c\u307f\u3093\u306a\u306e\u81ea\u52d5\u7ffb\u8a33\u300d\u3092\u5229\u7528\u3057\u3066\u7ffb\u8a33\u3092\u884c\u3044\u307e\u3059\u3002",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/TexTra_white16.png",
        "48": "icons\/TexTra_white48.png",
        "128": "icons\/TexTra_white128.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/TexTra_white16.png",
            "38": "icons\/TexTra_white48.png"
        },
        "default_title": "TexTra",
        "default_popup": "htmls\/\u6a5f\u80fd\u9078\u629e.html"
    },
    "host_permissions": [
        "*:\/\/*\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/popup.js",
                "js\/oauth.js",
                "js\/sha1.js",
                "js\/utils.js",
                "js\/aes.js",
                "js\/api.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "clipboardRead",
        "notifications",
        "activeTab",
        "system.display",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}