Simple Context Search
Right click on the selected text and select the search website from the context menu.
What is Simple Context Search?
Simple Context Search is a Chrome extension developed by Magic Dev, and its main feature is "Right click on the selected text and select the search website from the context menu.".
Extension Screenshots
Download Simple Context Search Extension CRX File
Download Simple 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
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
Extension Basic Information
Name | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
Official URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Description | Right click on the selected text and select the search website from the context menu. |
File Size | 10.85 KB |
Installation Count | 18 |
Current Version | 0.0.1 |
Last Updated | 2021-08-31 |
Publish Date | 2021-08-31 |
Developer | Magic Dev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |