English to Tamil Translation ToolTip

This extension helps to translate English words to Tamil by moving the mouse hover the words.

Что такое English to Tamil Translation ToolTip?

English to Tamil Translation ToolTip - это расширение Chrome, разработанное http://www.sanjeeve.com, и его основная функция - "This extension helps to translate English words to Tamil by moving the mouse hover the words.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения English to Tamil Translation ToolTip

Скачайте файлы расширений English to Tamil Translation ToolTip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        English to Tamil translation tooltip is a quick and easy way of translating English words to Tamil by hovering over the words.

This removes various stages of clicking that is normally done in word translations (i.e googling or using advanced extensions) therefore allowing the user to continuous flow of reading without interruptions. 
Also the translation appears in Tamil script instead of Tanglish.

Note: The dictionary is 3400 words strong and will continue to grow. Your suggestions and contributions in the ongoing development of the dictionary is always appreciated.                    

Основная информация о расширении

Название English to Tamil Translation ToolTip English to Tamil Translation ToolTip
ID lnddjjlffegpedbinaiakkbbgloaegfb
Официальный URL https://chrome.google.com/webstore/detail/english-to-tamil-translat/lnddjjlffegpedbinaiakkbbgloaegfb
Описание This extension helps to translate English words to Tamil by moving the mouse hover the words.
Размер файла 91.73 KB
Количество установок 1,000
Текущая Версия 1
Последнее Обновление 2015-12-10
Дата публикации 2015-12-10
Рейтинг 3.94/5 Всего 17 оценок
Разработчик http://www.sanjeeve.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "loader.html"
    },
    "browser_action": {
        "default_title": "English to Tamil ToolTip",
        "default_icon": "images\/icon19.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "base.js",
                "shapes.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "This extension helps to translate English words to Tamil by moving the mouse hover the words.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "8",
    "name": "English to Tamil Translation ToolTip",
    "short_name": "EN-TA Tip",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "1"
}