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
官方網址 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"
}