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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to translate English words to Tamil by moving the mouse hover the words."।

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

screenshot
screenshot

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

crx प्रारूप में English to Tamil Translation ToolTip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}