Better Platts Urdu Dictionary
Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com
ما هو Better Platts Urdu Dictionary؟
Better Platts Urdu Dictionary هو إضافة Chrome تم تطويرها بواسطة kevinjamesmann، والميزة الرئيسية لها هي "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Platts Urdu Dictionary
قم بتنزيل ملفات الامتداد Better Platts Urdu Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Platts Urdu dictionary at https://dsal.uchicago.edu/dictionaries/platts/ uses some characters not found on a standard keyboard for Android. The extension converts your input into compatible text. Flag Icon made by Smashicons from www.flaticon.com
معلومات أساسية عن التمديد
الاسم | Better Platts Urdu Dictionary |
ID | ccindiinopejbbioijdmdjoiojkoedfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg |
الوصف | Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com |
حجم الملف | 805 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.2 |
آخر تحديث | 2020-02-28 |
تاريخ النشر | 2020-02-26 |
المطور | kevinjamesmann |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Platts Urdu Dictionary", "version": "0.2", "description": "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com", "icons": { "16": "images\/pk16.png", "32": "images\/pk32.png", "64": "images\/pk64.png", "128": "images\/pk128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dsal.uchicago.edu\/dictionaries\/platts\/*" ], "js": [ "jquery.min.js", "contentScript.js" ] } ], "manifest_version": 2 } |