Transliterate South Asian Scripts

Transliterate South Asian Scripts

Co je Transliterate South Asian Scripts?

Transliterate South Asian Scripts je rozšíření Chrome vyvinuté https://readmylanguage.com, a jeho hlavní funkcí je „Transliterate South Asian Scripts“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Transliterate South Asian Scripts

Stáhněte si soubory rozšíření Transliterate South Asian Scripts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Transliterate South Asian Scripts Transliterate South Asian Scripts
ID nigngigfaocmiebhhlclkgbkpmkjggpn
Oficiální URL https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn
Popis Transliterate South Asian Scripts
Velikost souboru 327 KB
Počet instalací 183
Aktuální Verze 1.4.1
Poslední Aktualizace 2016-10-09
Datum Vydání 2016-10-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://readmylanguage.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://readmylanguage.com/
URL Stránky Nápovědy http://readmylanguage.com/readmylanguage/howitworks.php
Podporované Jazyky 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"
}