Type In Tamil

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

Wat is Type In Tamil?

Type In Tamil is een Chrome-extensie ontwikkeld door Arjun, en de belangrijkste functie is "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Type In Tamil

Download Type In Tamil-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
Officiële URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Beschrijving This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Bestandsgrootte 26.13 KB
Aantal Installaties 10,969
Huidige Versie 1.6
Laatst Bijgewerkt 2022-11-02
Publicatiedatum 2016-01-02
Beoordeling 3.65/5 Totaal 37 Beoordelingen
Ontwikkelaar Arjun
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://type-in-tamil.com/
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}