Transliterate South Asian Scripts
Transliterate South Asian Scripts
Что такое Transliterate South Asian Scripts?
Transliterate South Asian Scripts - это расширение Chrome, разработанное https://readmylanguage.com, и его основная функция - "Transliterate South Asian Scripts".
Снимки экрана расширения
Скачать файл CRX расширения Transliterate South Asian Scripts
Скачайте файлы расширений 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                     Основная информация о расширении
| Название |   |  
| 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"
}  |  |