Parivartan

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

Parivartan là gì?

Parivartan là một tiện ích mở rộng Chrome được phát triển bởi Mohan G, và tính năng chính của nó là "A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…".

Tải xuống tệp CRX của tiện ích mở rộng Parivartan

Tải xuống các tệp mở rộng Parivartan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Parivartan Parivartan
ID iggeblhgghhmfabmnbogpbnhjngmnpmf
URL Chính Thức https://chrome.google.com/webstore/detail/parivartan/iggeblhgghhmfabmnbogpbnhjngmnpmf
Mô tả A text converter (not translator) from Indic/Indian language to English and vice versa. Supported Indian formats: Devanagari…
Kích Thước Tệp 16.08 KB
Số Lần Cài Đặt 251
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Mohan G
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}