Transliterate South Asian Scripts

Transliterate South Asian Scripts

什么是Transliterate South Asian Scripts?

Transliterate South Asian Scripts是由https://readmylanguage.com开发的Chrome扩展程序,该扩展的主要功能是“Transliterate South Asian Scripts”。

扩展截图

screenshot

下载Transliterate South Asian Scripts扩展crx文件

下载Transliterate South Asian Scripts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Transliterate South Asian Scripts Transliterate South Asian Scripts
ID nigngigfaocmiebhhlclkgbkpmkjggpn
官方URL https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn
简介 Transliterate South Asian Scripts
文件大小 327 KB
安装次数 183
当前版本 1.4.1
更新时间 2016-10-09
上架时间 2016-10-09
评分 5.00/5 共3次评分
开发者 https://readmylanguage.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://readmylanguage.com/
帮助页面URL http://readmylanguage.com/readmylanguage/howitworks.php
支持的语言 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"
}