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은(는) http://www.sanjeeve.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps to translate English words to Tamil by moving the mouse hover the words."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

English to Tamil Translation ToolTip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}