Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
ما هو Wikitionary word definition lookup؟
Wikitionary word definition lookup هو إضافة Chrome تم تطويرها بواسطة Ashok Koyi، والميزة الرئيسية لها هي "Right Click to lookup definition of selected word in a new Tab using Wikitionary".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wikitionary word definition lookup
قم بتنزيل ملفات الامتداد Wikitionary word definition lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary
معلومات أساسية عن التمديد
الاسم | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
الوصف | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
حجم الملف | 13.59 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2021-10-15 |
تاريخ النشر | 2021-10-15 |
المطور | Ashok Koyi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/thekalinga/right-click-wiktionary |
عنوان صفحة المساعدة | https://github.com/thekalinga/right-click-wiktionary/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikitionary word definition lookup", "version": "0.1.0", "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |