Right Click Search Google in New Tab
Adds a right click menu option to search for the selected text on Google in a new tab
What is Right Click Search Google in New Tab?
Right Click Search Google in New Tab is a Chrome extension developed by RickBlyth.com, and its main feature is "Adds a right click menu option to search for the selected text on Google in a new tab".
Extension Screenshots
Download Right Click Search Google in New Tab Extension CRX File
Download Right Click Search Google in New Tab 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
Adds an option to search selected text on Google in a new tab (as per the old default behaviour when right clicking on selected text).
Extension Basic Information
Name | Right Click Search Google in New Tab |
ID | ppcfblmpdleopbnmicipapljlogolife |
Official URL | https://chromewebstore.google.com/detail/right-click-search-google/ppcfblmpdleopbnmicipapljlogolife |
Description | Adds a right click menu option to search for the selected text on Google in a new tab |
File Size | 13.99 KB |
Installation Count | 83 |
Current Version | 1.0 |
Last Updated | 2023-08-16 |
Publish Date | 2023-08-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | RickBlyth.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Search Google in New Tab", "version": "1.0", "description": "Adds a right click menu option to search for the selected text on Google in a new tab", "permissions": [ "contextMenus", "storage" ], "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "serviceworker.js" }, "options_ui": { "page": "popup.html", "open_in_tab": false } } |