Varnam

Varnam is a transliteration based input system for indian languages. Varnam enables indic input on all the webpages

Τι είναι το Varnam;

Το Varnam είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jijesh Mohan, και η κύρια λειτουργία του είναι "Varnam is a transliteration based input system for indian languages. Varnam enables indic input on all the webpages".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Varnam

Λήψη αρχείων επέκτασης Varnam σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Varnam is a transliteration based input system for indian languages. Varnam uses phonetic based transliteration and enables indic input on all the webpages. 

After installing, right click on any input field and choose the desired language from the 'Varnam' menu.

Currently It supports Malayalam and Hindi

Please refer http://www.varnamproject.com  for more information.

Privacy Policy

varnam respects and understands users concerns about confidentiality and privacy and we take all reasonable steps to ensure that no personally identifiable information is collected. Because of our respect and understanding of your rights, we have developed this policy which discloses the privacy practices of varnam and describes the information we collect about you during your use. It is important to remember that by using our site and add-on, you agree to the terms of this policy. All visitors to this site and add-on are subject to this Privacy Notice and all provisions of the Terms of Use. We suggest that you refer to this policy on a regular basis as it may change, at any time

Personal identification information

We do not collect personal identification information from Users.

Information collected

This addon only learns the words as you type them. This makes inputting them next time faster and more accurate
This addon does not record any of your typing history
How this information is used
Varnam uses this information to create a statistical model which will be used to predict the possible words and ease typing the same/similar word                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Varnam Varnam
ID abcfkeabpcanobhdmcmdabejaamephaf
Επίσημο URL https://chrome.google.com/webstore/detail/varnam/abcfkeabpcanobhdmcmdabejaamephaf
Περιγραφή Varnam is a transliteration based input system for indian languages. Varnam enables indic input on all the webpages
Μέγεθος Αρχείου 98.06 KB
Αριθμός Εγκαταστάσεων 359
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2013-06-17
Ημερομηνία Δημοσίευσης 2013-06-17
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Jijesh Mohan
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Varnam",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Varnam is a transliteration based input system for indian languages. Varnam enables indic input on all the webpages",
    "homepage_url": "http:\/\/www.varnamproject.com\/",
    "incognito": "split",
    "options_page": "settings.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "24.png",
        "default_title": "Varnam"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/varnam.css"
            ],
            "js": [
                "js\/jquery-1.8.2.min.js",
                "js\/textinputs_jquery.js",
                "js\/caret.js",
                "js\/varnam.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/www.varnamproject.com\/*"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "24": "24.png",
        "19": "19.png",
        "16": "icon.png"
    },
    "web_accessible_resources": [
        "progress.gif"
    ]
}