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
官方網址 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\/*"
            ]
        }
    ]
}