TexTra

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

TexTraとは何ですか?

TexTraはNICTによって開発されたChromeの拡張機能で、その主な機能は「「みんなの自動翻訳」を利用して翻訳を行います。」です。

拡張機能のスクリーンショット

screenshot

TexTra拡張機能のCRXファイルをダウンロード

TexTra拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

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

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

拡張機能の基本情報

名前 TexTra TexTra
ID mhnnkoiolmjhfkcjppolhbmobkbjfbdi
公式URL https://chromewebstore.google.com/detail/textra/mhnnkoiolmjhfkcjppolhbmobkbjfbdi
説明 「みんなの自動翻訳」を利用して翻訳を行います。
ファイルサイズ 3.77 MB
インストール数 3,303
現在のバージョン 1.1.28
最終更新日 2024-02-25
公開日 2020-09-19
評価 4.50/5 合計 2 レビュー
開発者 NICT
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/tool/chrome/
プライバシーポリシーページのURL https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/policy
対応言語 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"
    }
}