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 هو إضافة Chrome تم تطويرها بواسطة Arjun، والميزة الرئيسية لها هي "This extension will allow you to type in tamil in web pages, Converts Bamini font style to Tamil Unicode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Type In Tamil
قم بتنزيل ملفات الامتداد Type In Tamil بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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\/*" ] } ] } |