Parivartan

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

What is Parivartan?

Parivartan is a Chrome extension developed by Mohan G, and its main feature is "A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…".

Download Parivartan Extension CRX File

Download Parivartan 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

                        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.                    

Extension Basic Information

Name Parivartan Parivartan
ID iggeblhgghhmfabmnbogpbnhjngmnpmf
Official URL https://chrome.google.com/webstore/detail/parivartan/iggeblhgghhmfabmnbogpbnhjngmnpmf
Description A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…
File Size 16.08 KB
Installation Count 251
Current Version 0.1.2
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 3.50/5 Total 8 Ratings
Developer Mohan G
Payment Type free
Supported Languages 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"
        ]
    }
}