HighLight Search
Highlight a word and immediately get its definition!
ما هو HighLight Search؟
HighLight Search هو إضافة Chrome تم تطويرها بواسطة kkatongo، والميزة الرئيسية لها هي "Highlight a word and immediately get its definition!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HighLight Search
قم بتنزيل ملفات الامتداد HighLight Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.
معلومات أساسية عن التمديد
الاسم | HighLight Search |
ID | fjdfnldionchjgjaphkfinfgaegokeaf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
الوصف | Highlight a word and immediately get its definition! |
حجم الملف | 1.11 MB |
عدد التثبيتات | 48 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-06-19 |
تاريخ النشر | 2016-06-18 |
المطور | kkatongo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HighLight Search", "description": "Highlight a word and immediately get its definition!", "version": "0.0.1", "icons": { "128": ".\/images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "styles\/style.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/xml-to-json\/xml.js", "scripts\/onload.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ] } } |