Mondy Search
Mondy Search - The best way to search
Wat is Mondy Search?
Mondy Search is een Chrome-extensie ontwikkeld door http://mondysearch.com, en de belangrijkste functie is "Mondy Search - The best way to search".
Extensie Screenshots
Download het CRX-bestand van de extensie Mondy Search
Download Mondy Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | iplfmkmnpcbccilaoijakmonjmanlcoo |
Officiële URL | https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo |
Beschrijving | Mondy Search - The best way to search |
Bestandsgrootte | 6.51 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-04-25 |
Publicatiedatum | 2022-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://mondysearch.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mondysearch.com/ |
Help Pagina-URL | https://mondysearch.com/aboutUs.html |
URL van de Privacybeleid Pagina | https://mondysearch.com/privacyPolicy.html |
Ondersteunde Talen | 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" } |