TWiC - Translation of words in context

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

TWiC - Translation of words in context là gì?

TWiC - Translation of words in context là một tiện ích mở rộng Chrome được phát triển bởi https://www.latl.unige.ch, và tính năng chính của nó là "TWiC is a terminological assistance program for readers of foreign language documents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TWiC - Translation of words in context

Tải xuống các tệp mở rộng TWiC - Translation of words in context dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TWiC - Translation of words in context TWiC - Translation of words in context
ID aefeiaknoolmoadgjoicabjojojdcgaf
URL Chính Thức https://chromewebstore.google.com/detail/twic-translation-of-words/aefeiaknoolmoadgjoicabjojojdcgaf
Mô tả TWiC is a terminological assistance program for readers of foreign language documents.
Kích Thước Tệp 17.38 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.latl.unige.ch
Loại Thanh Toán free
Trang Web Mở Rộng http://www.latl.unige.ch/twic
Ngôn Ngữ Được Hỗ Trợ 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:\/\/\/*"
            ]
        }
    ]
}