TWiC - Translation of words in context
TWiC is a terminological assistance program for readers of foreign language documents.
Was ist TWiC - Translation of words in context?
TWiC - Translation of words in context ist eine Chrome-Erweiterung, die von https://www.latl.unige.ch entwickelt wurde, und ihr Hauptmerkmal ist "TWiC is a terminological assistance program for readers of foreign language documents.".
Erweiterungsscreenshots
TWiC - Translation of words in context-Erweiterungs-CRX-Datei herunterladen
Laden Sie TWiC - Translation of words in context-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TWiC - Translation of words in context |
ID | aefeiaknoolmoadgjoicabjojojdcgaf |
Offizielle URL | https://chromewebstore.google.com/detail/twic-translation-of-words/aefeiaknoolmoadgjoicabjojojdcgaf |
Beschreibung | TWiC is a terminological assistance program for readers of foreign language documents. |
Dateigröße | 17.38 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.8 |
Letztes Update | 2016-10-10 |
Veröffentlichungsdatum | 2016-10-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.latl.unige.ch |
Zahlungsart | free |
Erweiterungswebsite | http://www.latl.unige.ch/twic |
Unterstützte Sprachen | 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:\/\/\/*" ] } ] } |