Context Menu Search
Search for selected text using the context menu
What is Context Menu Search?
Context Menu Search is a Chrome extension developed by Roman Grinyov, and its main feature is "Search for selected text using the context menu".
Extension Screenshots
Download Context Menu Search Extension CRX File
Download Context Menu 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 the right-click menu to search for selected text in different search engines NOTE: - "downloads" permissions are required for export / import search engines - to prevent the loss of added search engines, export them - if you have any questions, please contact me by email Source code: https://github.com/w3lifer/crx-context-menu-search
Extension Basic Information
Name | Context Menu Search |
ID | idpcgabojogahgmhdgnjkmdliaeeofka |
Official URL | https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka |
Description | Search for selected text using the context menu |
File Size | 166 KB |
Installation Count | 3,025 |
Current Version | 1.6.11 |
Last Updated | 2023-11-20 |
Publish Date | 2018-08-29 |
Rating | 4.25/5 Total 12 Ratings |
Developer | Roman Grinyov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Context Menu Search", "description": "Search for selected text using the context menu", "version": "1.6.11", "icons": { "16": "img\/icons\/search-zoom\/16x16.png", "48": "img\/icons\/search-zoom\/48x48.png", "128": "img\/icons\/search-zoom\/128x128.png" }, "permissions": [ "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/event-page.js" ] }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |