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."입니다.
확장 프로그램 스크린샷
TWiC - Translation of words in context 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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:\/\/\/*" ] } ] } |