TWiC - Translation of words in context

TWiC is a terminological assistance program for readers of foreign language documents.

TWiC - Translation of words in contextとは何ですか?

TWiC - Translation of words in contextはhttps://www.latl.unige.chによって開発されたChromeの拡張機能で、その主な機能は「TWiC is a terminological assistance program for readers of foreign language documents.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

TWiC - Translation of words in context拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        TWiC stands for 'Translation of Words in Context'. TWiC is a web browser extension that provides terminological assistance for readers of foreign language documents. It interacts with the LATL server to analyze the source text and display context-dependent translations.

Highlight a word on a web page and click on the TWiC icon in the browser toolbar. A popup window opens and displays the possible translations of the selected word. You can change the source language (if automatic detection was wrong) and the target language (to translate into another language). For some language pairs, you can also request the automatic translation of the entire paragraph.                    

拡張機能の基本情報

名前 TWiC - Translation of words in context TWiC - Translation of words in context
ID aefeiaknoolmoadgjoicabjojojdcgaf
公式URL https://chromewebstore.google.com/detail/twic-translation-of-words/aefeiaknoolmoadgjoicabjojojdcgaf
説明 TWiC is a terminological assistance program for readers of foreign language documents.
ファイルサイズ 17.38 KB
インストール数 34
現在のバージョン 1.8
最終更新日 2016-10-10
公開日 2016-10-10
評価 5.00/5 合計 1 レビュー
開発者 https://www.latl.unige.ch
支払い方法 free
拡張機能のウェブサイト http://www.latl.unige.ch/twic
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TWiC - Translation of words in context",
    "short_name": "TWiC",
    "version": "1.8",
    "icons": {
        "48": "twicicon48.png",
        "128": "twicicon128.png"
    },
    "description": "TWiC is a terminological assistance program for readers of foreign language documents.",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "browser_action": {
        "default_icon": {
            "48": "twicicon48.png",
            "128": "twicicon128.png"
        },
        "default_title": "TWiC",
        "default_popup": "twicpopup.html"
    },
    "permissions": [
        "http:\/\/latlapps.unige.ch\/",
        "http:\/\/api.microsofttranslator.com\/",
        "https:\/\/datamarket.accesscontrol.windows.net\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "twicselection.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}