MyLipi

Convert any Indian alphabet into another.

What is MyLipi?

MyLipi is a Chrome extension developed by Sumitro Samaddar, and its main feature is "Convert any Indian alphabet into another.".

Extension Screenshots

screenshot

Download MyLipi Extension CRX File

Download MyLipi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name MyLipi MyLipi
ID ijhjifehhlldialogppjaibmpnapodpo
Official URL https://chrome.google.com/webstore/detail/mylipi/ijhjifehhlldialogppjaibmpnapodpo
Description Convert any Indian alphabet into another.
File Size 15.09 KB
Installation Count 139
Current Version 1.3
Last Updated 2015-07-09
Publish Date 2015-07-09
Rating 2.67/5 Total 3 Ratings
Developer Sumitro Samaddar
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyLipi",
    "description": "Convert any Indian alphabet into another.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Change target alphabet to other than Hindi"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "LipiMap.js",
                "HindiMap.js",
                "EnglishMap.js",
                "GurmukhiMap.js",
                "TeluguMap.js",
                "BanglaMap.js",
                "GujaratiMap.js",
                "KannadaMap.js",
                "OriyaMap.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}