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 هو إضافة Chrome تم تطويرها بواسطة https://www.latl.unige.ch، والميزة الرئيسية لها هي "TWiC is a terminological assistance program for readers of foreign language documents.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TWiC - Translation of words in context

قم بتنزيل ملفات الامتداد TWiC - Translation of words in context بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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:\/\/\/*"
            ]
        }
    ]
}