Right Click Search
Add “Search” to right click menu for different sites.
What is Right Click Search?
Right Click Search is a Chrome extension developed by newyork167, and its main feature is "Add “Search” to right click menu for different sites.".
Extension Screenshots
Download Right Click Search Extension CRX File
Download Right Click 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
This extension will allow you to add your own custom searches with the ability to search all entries at once!
Extension Basic Information
Name | Right Click Search |
ID | bnnlgdbgabieghahiflbnokmgcndjbcl |
Official URL | https://chromewebstore.google.com/detail/right-click-search/bnnlgdbgabieghahiflbnokmgcndjbcl |
Description | Add “Search” to right click menu for different sites. |
File Size | 52.71 KB |
Installation Count | 43 |
Current Version | 0.76 |
Last Updated | 2020-03-10 |
Publish Date | 2020-03-10 |
Developer | newyork167 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "rightclick.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "description": "Add \u201cSearch\u201d to right click menu for different sites.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Right Click Search", "options_page": "options.html", "permissions": [ "contextMenus", "storage" ], "short_name": "Highlight, RightClick, Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.76", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net https:\/\/rawgit.com; object-src 'self'" } |