Parivartan

A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…

O que é Parivartan?

Parivartan é uma extensão do Chrome desenvolvida por Mohan G, e sua principal característica é "A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…".

Baixar o arquivo CRX da Extensão Parivartan

Baixe arquivos de extensão Parivartan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A text converter (not translator) from Indic/Indian language to English and vice versa.
Supported Indian formats: Devanagari (Sanskrit/Hindi/Marathi), Telugu, Kannada, Gujarati, Tamil.
Supported English formats: ITRANS.

About this Add-on

Purpose:
India is a multi linguistic nation yet have common sacred/religious texts. But it is not an easy task to maintain all these scripts in all the Indian languages. "Parivartan" add-on converts the Indian Scripts in Indian/English language to various Indian languages. This facilitates maintaining the scripts in a single language and still reach out all Indian linguistic users.

Another interesting usage of this add-on: There are many people who talk/understand some Indian languages but cannot read those languages. In such cases, the text in an Indian language can be converted to English and could be read & understand conveniently.

Usage: Select the text on the webpage, right click and select the desired output language from the "Parivartan" menu.                    

Informações Básicas da Extensão

Nome Parivartan Parivartan
ID iggeblhgghhmfabmnbogpbnhjngmnpmf
URL Oficial https://chrome.google.com/webstore/detail/parivartan/iggeblhgghhmfabmnbogpbnhjngmnpmf
Descrição A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…
Tamanho do Arquivo 16.08 KB
Contagem de Instalações 251
Versão Atual 0.1.2
Última Atualização 2019-03-05
Data de Publicação 2019-03-05
Classificação 3.50/5 Total de 8 Avaliações
Desenvolvedor Mohan G
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parivartan",
    "version": "0.1.2",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myTables.js",
                "myModule.js",
                "myscript.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}