MyLipi

Convert any Indian alphabet into another.

Wat is MyLipi?

MyLipi is een Chrome-extensie ontwikkeld door Sumitro Samaddar, en de belangrijkste functie is "Convert any Indian alphabet into another.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MyLipi

Download MyLipi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam MyLipi MyLipi
ID ijhjifehhlldialogppjaibmpnapodpo
Officiële URL https://chrome.google.com/webstore/detail/mylipi/ijhjifehhlldialogppjaibmpnapodpo
Beschrijving Convert any Indian alphabet into another.
Bestandsgrootte 15.09 KB
Aantal Installaties 139
Huidige Versie 1.3
Laatst Bijgewerkt 2015-07-09
Publicatiedatum 2015-07-09
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Sumitro Samaddar
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}