Type In Tamil

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

Qu'est-ce que Type In Tamil ?

Type In Tamil est une extension Chrome développée par Arjun, et sa fonction principale est "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Type In Tamil

Téléchargez les fichiers d'extension Type In Tamil au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
URL Officiel https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Description This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Taille du Fichier 26.13 KB
Nombre d'Installations 10,969
Version Actuelle 1.6
Dernière Mise à Jour 2022-11-02
Date de Publication 2016-01-02
Évaluation 3.65/5 Total 37 Évaluations
Développeur Arjun
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://type-in-tamil.com/
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}