Type In Tamil
This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode
What is Type In Tamil?
Type In Tamil is a Chrome extension developed by Arjun, and its main feature is "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".
Extension Screenshots
Download Type In Tamil Extension CRX File
Download Type In Tamil extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Type In Tamil |
ID | eacamggmnpoaaailjlpjldeodmmmcegd |
Official URL | https://chromewebstore.google.com/detail/type-in-tamil/eacamggmnpoaaailjlpjldeodmmmcegd |
Description | This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode |
File Size | 26.13 KB |
Installation Count | 10,969 |
Current Version | 1.6 |
Last Updated | 2022-11-02 |
Publish Date | 2016-01-02 |
Rating | 3.65/5 Total 37 Ratings |
Developer | Arjun |
[email protected] | |
Payment Type | free |
Extension Website | http://type-in-tamil.com/ |
Supported Languages | 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\/*" ] } ] } |