Transliterate South Asian Scripts
Transliterate South Asian Scripts
ما هو Transliterate South Asian Scripts؟
Transliterate South Asian Scripts هو إضافة Chrome تم تطويرها بواسطة https://readmylanguage.com، والميزة الرئيسية لها هي "Transliterate South Asian Scripts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Transliterate South Asian Scripts
قم بتنزيل ملفات الامتداد Transliterate South Asian Scripts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Innovative Apps Pvt Ltd takes great pride in promoting all major South Asian scripts to enable all fellow Indians, Bengalis, Pakistanis and Nepalis to read all resources in scripts they are comfortable with Objective: You know the language as spoken; it may be your mother tongue! However you are not as comfortable with the script. You can read in a script that you are proficient by Transliterating the text phonetically. This is a safe extension and alters only Unicode Text in Browser window We offer for both source and target Hindi Bengali Telugu Marathi Tamil Gujarati Kannada Malayalam Oriya Gurmukhi Assamese Urdu We offer English target only
معلومات أساسية عن التمديد
الاسم | Transliterate South Asian Scripts |
ID | nigngigfaocmiebhhlclkgbkpmkjggpn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/transliterate-south-asian/nigngigfaocmiebhhlclkgbkpmkjggpn |
الوصف | Transliterate South Asian Scripts |
حجم الملف | 327 KB |
عدد التثبيتات | 183 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2016-10-09 |
تاريخ النشر | 2016-10-09 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://readmylanguage.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://readmylanguage.com/ |
عنوان صفحة المساعدة | http://readmylanguage.com/readmylanguage/howitworks.php |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "bgrnd.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "all_frames": true, "js": [ "cntnt.js" ] } ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "ReadMyLanguage" }, "description": "Transliterate South Asian Scripts", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Transliterate South Asian Scripts", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1" } |