Type In Tamil

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

Hvad er Type In Tamil?

Type In Tamil er en Chrome-udvidelse udviklet af Arjun, og dens hovedfunktion er "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".

Udvidelsesskærmbilleder

screenshot

Download Type In Tamil-udvidelses-CRX-fil

Download Type In Tamil-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
Officiel URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Beskrivelse This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Filstørrelse 26.13 KB
Antal Installationer 10,969
Nuværende Version 1.6
Senest Opdateret 2022-11-02
Udgivelsesdato 2016-01-02
Bedømmelse 3.65/5 Samlet 37 Bedømmelser
Udvikler Arjun
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://type-in-tamil.com/
Understøttede Sprog 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\/*"
            ]
        }
    ]
}