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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TWiC is a terminological assistance program for readers of foreign language documents."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TWiC - Translation of words in context एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/\/*"
            ]
        }
    ]
}