Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
ما هو Wikipedia Lookup - Context Menu؟
Wikipedia Lookup - Context Menu هو إضافة Chrome تم تطويرها بواسطة Damien Brunet، والميزة الرئيسية لها هي "Search Wikipedia from the context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wikipedia Lookup - Context Menu
قم بتنزيل ملفات الامتداد Wikipedia Lookup - Context Menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu. By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options. Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu
معلومات أساسية عن التمديد
الاسم | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
الوصف | Search Wikipedia from the context menu. |
حجم الملف | 17.92 KB |
عدد التثبيتات | 4,575 |
النسخة الحالية | 1.4.6 |
آخر تحديث | 2021-06-08 |
تاريخ النشر | 2020-07-02 |
تقييم | 3.97/5 مجموع تقييمات 35 |
المطور | Damien Brunet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "contextMenus", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |