Type In Tamil

This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode

Что такое Type In Tamil?

Type In Tamil - это расширение Chrome, разработанное Arjun, и его основная функция - "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Type In Tamil

Скачайте файлы расширений Type In Tamil в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This chrome extension allow you to convert the Bamini style fonts to tamil unicode. Converted unicode can be used in any websites, such as facebook, gmail, yahoo or any blogs to post messages and send emails in tamil.

This converts Bamini to Unicode, Kalaham to Unicode and supported tamil keyboard characters to tamil unicode.                    

Основная информация о расширении

Название Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
Официальный URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Описание This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Размер файла 26.13 KB
Количество установок 10,969
Текущая Версия 1.6
Последнее Обновление 2022-11-02
Дата публикации 2016-01-02
Рейтинг 3.65/5 Всего 37 оценок
Разработчик Arjun
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://type-in-tamil.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type In Tamil",
    "description": "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode",
    "version": "1.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Bamini.woff"
            ],
            "matches": [
                "https:\/\/fonts.cdnfonts.com\/*"
            ]
        }
    ]
}