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