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
公式URL 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"
        ]
    }
}