Google Right-Click Multi-Search
Highlight some text, right click, and directly Google search in any search-type.
What is Google Right-Click Multi-Search?
Google Right-Click Multi-Search is a Chrome extension developed by Hector Ferronato, and its main feature is "Highlight some text, right click, and directly Google search in any search-type.".
Extension Screenshots
Download Google Right-Click Multi-Search Extension CRX File
Download Google Right-Click Multi-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
If you already know you want to do a specific search type based on a highlighted word, why not just do it directly? Use Google Right-Click Multi-Search and avoid having to go to the overall Google Search page and then choosing a category of search. Share!
Extension Basic Information
Name | |
ID | hacdkngldbgplmdlmdhgiehbmmlckmea |
Official URL | https://chrome.google.com/webstore/detail/google-right-click-multi/hacdkngldbgplmdlmdhgiehbmmlckmea |
Description | Highlight some text, right click, and directly Google search in any search-type. |
File Size | 282 KB |
Installation Count | 288 |
Current Version | 0.0.1 |
Last Updated | 2016-10-22 |
Publish Date | 2016-10-22 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Hector Ferronato |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Right-Click Multi-Search", "short_name": "Search", "description": "Highlight some text, right click, and directly Google search in any search-type.", "version": "0.0.1", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "imgs\/search-icon16.png", "48": "imgs\/search-icon48.png", "128": "imgs\/search-icon128.png" }, "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "imgs\/search-icon16.png", "48": "imgs\/search-icon48.png" }, "default_title": "Google Right-Click Multi-Search", "default_popup": "popout.html" } } |