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