Type In Tamil

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

Type In Tamil क्या है?

Type In Tamil Arjun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Type In Tamil एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Type In Tamil Type In Tamil
ID eacamggmnpoaaailjlpjldeodmmmcegd
आधिकारिक URL https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd
विवरण This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
फ़ाइल का आकार 26.13 KB
स्थापना संख्या 10,969
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-11-02
प्रकाशन तिथि 2016-01-02
रेटिंग 3.65/5 कुल 37 रेटिंग्स
डेवलपर Arjun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://type-in-tamil.com/
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}