TWiC - Translation of words in context

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

O que é TWiC - Translation of words in context?

TWiC - Translation of words in context é uma extensão do Chrome desenvolvida por https://www.latl.unige.ch, e sua principal característica é "TWiC is a terminological assistance program for readers of foreign language documents.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TWiC - Translation of words in context

Baixe arquivos de extensão TWiC - Translation of words in context no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TWiC - Translation of words in context TWiC - Translation of words in context
ID aefeiaknoolmoadgjoicabjojojdcgaf
URL Oficial https://chromewebstore.google.com/detail/twic-translation-of-words/aefeiaknoolmoadgjoicabjojojdcgaf
Descrição TWiC is a terminological assistance program for readers of foreign language documents.
Tamanho do Arquivo 17.38 KB
Contagem de Instalações 34
Versão Atual 1.8
Última Atualização 2016-10-10
Data de Publicação 2016-10-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.latl.unige.ch
Tipo de Pagamento free
Site da Extensão http://www.latl.unige.ch/twic
Idiomas Suportados 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:\/\/\/*"
            ]
        }
    ]
}