Type In Tamil

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

Co je Type In Tamil?

Type In Tamil je rozšíření Chrome vyvinuté Arjun, a jeho hlavní funkcí je „This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Type In Tamil

Stáhněte si soubory rozšíření Type In Tamil ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
Oficiální URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
Popis This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
Velikost souboru 26.13 KB
Počet instalací 10,969
Aktuální Verze 1.6
Poslední Aktualizace 2022-11-02
Datum Vydání 2016-01-02
Hodnocení 3.65/5 Celkem 37 Hodnocení
Vývojář Arjun
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://type-in-tamil.com/
Podporované Jazyky 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\/*"
            ]
        }
    ]
}