Mondy Search
Mondy Search - The best way to search
What is Mondy Search?
Mondy Search is a Chrome extension developed by http://mondysearch.com, and its main feature is "Mondy Search - The best way to search".
Extension Screenshots
Download Mondy Search Extension CRX File
Download Mondy 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 changes your Chrome's Default Search. Simply start typing your search query in the Omni Bar, also called address bar and perform your first search through Mondy Search. Easily find what you are looking for on the internet. Search for selected text using the context menu.
Extension Basic Information
Name | |
ID | iplfmkmnpcbccilaoijakmonjmanlcoo |
Official URL | https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo |
Description | Mondy Search - The best way to search |
File Size | 6.51 KB |
Installation Count | 2,000 |
Current Version | 0.0.1 |
Last Updated | 2022-04-25 |
Publish Date | 2022-04-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://mondysearch.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mondysearch.com/ |
Help Page URL | https://mondysearch.com/aboutUs.html |
Privacy Policy Page URL | https://mondysearch.com/privacyPolicy.html |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "back.js", "type": "module" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/www.mondysearch.com\/favicon.png", "is_default": true, "keyword": "Mondy", "name": "Mondy Search", "search_url": "https:\/\/www.mondysearch.com\/search.php?s=mondysearch&q={searchTerms}", "search_url_post_params": "" } }, "description": "Mondy Search - The best way to search", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png" }, "manifest_version": 3, "name": "Mondy Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |