Parivartan

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

什麼是Parivartan?

Parivartan是由Mohan G開發的Chrome擴展程式,該擴展的主要功能是“A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…”。

下載Parivartan擴展crx文件

下載Parivartan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Parivartan Parivartan
ID iggeblhgghhmfabmnbogpbnhjngmnpmf
官方網址 https://chrome.google.com/webstore/detail/parivartan/iggeblhgghhmfabmnbogpbnhjngmnpmf
簡介 A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…
檔案大小 16.08 KB
安裝次數 251
目前版本 0.1.2
更新時間 2019-03-05
上架時間 2019-03-05
評分 3.50/5 共 8 次評分
開發者 Mohan G
付費類型 free
支援的語言 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"
        ]
    }
}