WAZAHAT - Urdu Dictionary
Double click a word or select a phrase to retrieve Urdu meanings
ما هو WAZAHAT - Urdu Dictionary؟
WAZAHAT - Urdu Dictionary هو إضافة Chrome تم تطويرها بواسطة https://readersenglish.com، والميزة الرئيسية لها هي "Double click a word or select a phrase to retrieve Urdu meanings".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WAZAHAT - Urdu Dictionary
قم بتنزيل ملفات الامتداد WAZAHAT - Urdu Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this chrome extension you can select a word or phrase on any website to retrieve its Urdu meanings and definition. The extension is powered by readersenglish.com the best online Urdu dictionary. This extension can be disabled on selected websites.
معلومات أساسية عن التمديد
الاسم | WAZAHAT - Urdu Dictionary |
ID | mjochdmmghlojhpoiekeifpklaiiopbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk |
الوصف | Double click a word or select a phrase to retrieve Urdu meanings |
حجم الملف | 122 KB |
عدد التثبيتات | 698 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-08-29 |
تاريخ النشر | 2021-08-28 |
تقييم | 4.47/5 مجموع تقييمات 15 |
المطور | https://readersenglish.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://readersenglish.com |
عنوان صفحة المساعدة | https://readersenglish.com/contact |
عنوان صفحة سياسة الخصوصية | https://akvon.com/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WAZAHAT - Urdu Dictionary", "description": "Double click a word or select a phrase to retrieve Urdu meanings", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "\/content\/html\/popup.html", "default_icon": { "16": "\/content\/imgs\/reader-16.png", "32": "\/content\/imgs\/reader-32.png", "48": "\/content\/imgs\/reader-48.png", "128": "\/content\/imgs\/reader-128.png" } }, "icons": { "16": "\/content\/imgs\/reader-16.png", "32": "\/content\/imgs\/reader-32.png", "48": "\/content\/imgs\/reader-48.png", "128": "\/content\/imgs\/reader-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content\/js\/jquery-3.6.0.min.js", "\/content\/js\/tooltipster.js", "\/content\/js\/content.js" ], "css": [ "\/content\/css\/tooltipster.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/content\/fonts\/nwn.ttf", "\/content\/imgs\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/readersenglish.com\/" ] } |