Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
What is Highlighted Search?
Highlighted Search is a Chrome extension developed by gharezlak, and its main feature is "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Download Highlighted Search Extension CRX File
Download Highlighted Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
Official URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Description | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
File Size | 124 KB |
Installation Count | 19 |
Current Version | 0.1.3 |
Last Updated | 2017-05-11 |
Publish Date | 2017-05-11 |
Rating | 3.00/5 Total 2 Ratings |
Developer | gharezlak |
Payment Type | free |
Supported Languages | 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" } } |