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是由Arjun开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode”。

扩展截图

screenshot

下载Type In Tamil扩展crx文件

下载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\/*"
            ]
        }
    ]
}