Type In Tamil

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

Was ist Type In Tamil?

Type In Tamil ist eine Chrome-Erweiterung, die von Arjun entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Erweiterungsscreenshots

screenshot

Type In Tamil-Erweiterungs-CRX-Datei herunterladen

Laden Sie Type In Tamil-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
Offizielle URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Beschreibung This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Dateigröße 26.13 KB
Installationsanzahl 10,969
Aktuelle Version 1.6
Letztes Update 2022-11-02
Veröffentlichungsdatum 2016-01-02
Bewertung 3.65/5 Insgesamt 37 Bewertungen
Entwickler Arjun
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://type-in-tamil.com/
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}