Context Menu Search
Custom Search on Context Menu
What is Context Menu Search?
Context Menu Search is a Chrome extension developed by http://fiahfy.blogspot.com, and its main feature is "Custom Search on 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
* Add custom search engines on context menu.
Extension Basic Information
Name | |
ID | mkpfiabbhgmffnmgdeooellnlhdnlpce |
Official URL | https://chrome.google.com/webstore/detail/mkpfiabbhgmffnmgdeooellnlhdnlpce |
Description | Custom Search on Context Menu |
File Size | 1.3 MB |
Installation Count | 72 |
Current Version | 0.0.4 |
Last Updated | 2019-07-24 |
Publish Date | 2019-07-24 |
Rating | 3.50/5 Total 2 Ratings |
Developer | http://fiahfy.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "assets\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "assets\/options.html", "open_in_tab": false }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Context Menu Search", "description": "Custom Search on Context Menu", "version": "0.0.4" } |