Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
ما هو Highlighted Search؟
Highlighted Search هو إضافة Chrome تم تطويرها بواسطة gharezlak، والميزة الرئيسية لها هي "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
تحميل ملف CRX للإضافة Highlighted Search
قم بتنزيل ملفات الامتداد Highlighted Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.
معلومات أساسية عن التمديد
الاسم | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
الوصف | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
حجم الملف | 124 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2017-05-11 |
تاريخ النشر | 2017-05-11 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | gharezlak |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlighted Search", "manifest_version": 2, "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.", "version": "0.1.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Dynamic-InMail", "default_icon": "icon.png" } } |