WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
ما هو WordComplex (English Dictionary)؟
WordComplex (English Dictionary) هو إضافة Chrome تم تطويرها بواسطة Rajdeep Chauhan، والميزة الرئيسية لها هي "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WordComplex (English Dictionary)
قم بتنزيل ملفات الامتداد WordComplex (English Dictionary) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
معلومات أساسية عن التمديد
الاسم | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
الوصف | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
حجم الملف | 73.07 KB |
عدد التثبيتات | 234 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-05-19 |
تاريخ النشر | 2019-05-19 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Rajdeep Chauhan |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |