Type In Tamil

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

Apa itu Type In Tamil?

Type In Tamil adalah ekstensi Chrome yang dikembangkan oleh Arjun, dan fitur utamanya adalah "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Type In Tamil

Unduh file ekstensi Type In Tamil dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
URL Resmi https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Deskripsi This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Ukuran File 26.13 KB
Jumlah Instalasi 10,969
Versi Saat Ini 1.6
Terakhir Diperbarui 2022-11-02
Tanggal Publikasi 2016-01-02
Penilaian 3.65/5 Total 37 Penilaian
Pengembang Arjun
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://type-in-tamil.com/
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}