Transliterate South Asian Scripts

Transliterate South Asian Scripts

Transliterate South Asian Scripts là gì?

Transliterate South Asian Scripts là một tiện ích mở rộng Chrome được phát triển bởi https://readmylanguage.com, và tính năng chính của nó là "Transliterate South Asian Scripts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Transliterate South Asian Scripts 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

                        Innovative Apps Pvt Ltd takes great pride in promoting all major
South Asian scripts to enable all fellow Indians, Bengalis, Pakistanis and Nepalis 
to read all resources in scripts they are comfortable with

Objective: You know the language as spoken; it may be your mother tongue! However you are not as comfortable with the script. You can read in a script that you are proficient by Transliterating the text phonetically.

This is a safe extension and alters only Unicode Text in Browser window 

We offer for both source and target
Hindi Bengali Telugu Marathi Tamil  Gujarati Kannada Malayalam Oriya Gurmukhi Assamese Urdu

We offer English target only                    

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

Tên Transliterate South Asian Scripts Transliterate South Asian Scripts
ID nigngigfaocmiebhhlclkgbkpmkjggpn
URL Chính Thức https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn
Mô tả Transliterate South Asian Scripts
Kích Thước Tệp 327 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2016-10-09
Ngày Phát Hành 2016-10-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://readmylanguage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://readmylanguage.com/
URL Trang Trợ Giúp http://readmylanguage.com/readmylanguage/howitworks.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "bgrnd.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "js": [
                "cntnt.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ReadMyLanguage"
    },
    "description": "Transliterate South Asian Scripts",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Transliterate South Asian Scripts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1"
}