TexTra

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

What is TexTra?

TexTra is a Chrome extension developed by NICT, and its main feature is "「みんなの自動翻訳」を利用して翻訳を行います。".

Extension Screenshots

screenshot

Download TexTra Extension CRX File

Download TexTra 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

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

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

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

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

Extension Basic Information

Name TexTra TexTra
ID mhnnkoiolmjhfkcjppolhbmobkbjfbdi
Official URL https://chromewebstore.google.com/detail/textra/mhnnkoiolmjhfkcjppolhbmobkbjfbdi
Description 「みんなの自動翻訳」を利用して翻訳を行います。
File Size 3.77 MB
Installation Count 3,303
Current Version 1.1.28
Last Updated 2024-02-25
Publish Date 2020-09-19
Rating 4.50/5 Total 2 Ratings
Developer NICT
Email [email protected]
Payment Type free
Extension Website https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/tool/chrome/
Privacy Policy Page URL https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/policy
Supported Languages 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"
    }
}