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 là gì?

Type In Tamil là một tiện ích mở rộng Chrome được phát triển bởi Arjun, và tính năng chính của nó là "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Type In Tamil

Tải xuống các tệp mở rộng Type In Tamil dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
URL Chính Thức https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Mô tả This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Kích Thước Tệp 26.13 KB
Số Lần Cài Đặt 10,969
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2022-11-02
Ngày Phát Hành 2016-01-02
Đánh Giá 3.65/5 Tổng số 37 Đánh Giá
Nhà Phát Triển Arjun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://type-in-tamil.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}