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