Context Search
An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.
What is Context Search?
Context Search is a Chrome extension developed by Raymond Szebert, and its main feature is "An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.".
Extension Screenshots
Download Context Search Extension CRX File
Download Context 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
Select text, then right-click to access a fully customizable list of search engines in the pop-up context menu. Modify your search engine list at any time in the options menu. 【Features】 • Drag and drop to reorder your search engines. • Add multiple search engines with a single click. • All settings are synced with your Google Account. • Option to hover right-click instead of highlighting text first. 【Known Issues】 • The hover right-click feature may not work on some webpages. • The absence of favicons for your search engines has not been overlooked. Chrome currently does not support adding custom icons to the context menu.
Extension Basic Information
Name | Context Search |
ID | janpjfbkcpoheigckalamemdfhlannpc |
Official URL | https://chromewebstore.google.com/detail/context-search/janpjfbkcpoheigckalamemdfhlannpc |
Description | An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu. |
File Size | 150 KB |
Installation Count | 704 |
Current Version | 0.6.5 |
Last Updated | 2024-01-01 |
Publish Date | 2019-06-02 |
Rating | 5.00/5 Total 12 Ratings |
Developer | Raymond Szebert |
[email protected] | |
Payment Type | free |
Supported Languages | de,en,fr,nl,no,da,es,fi,sv,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "0.6.5", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/options\/index.html", "permissions": [ "contextMenus", "scripting", "storage" ], "optional_host_permissions": [ " |