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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode"입니다.

확장 프로그램 스크린샷

screenshot

Type In Tamil 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}