Mondy Search
Mondy Search - The best way to search
Qu'est-ce que Mondy Search ?
Mondy Search est une extension Chrome développée par http://mondysearch.com, et sa fonction principale est "Mondy Search - The best way to search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mondy Search
Téléchargez les fichiers d'extension Mondy Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | iplfmkmnpcbccilaoijakmonjmanlcoo |
URL Officiel | https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo |
Description | Mondy Search - The best way to search |
Taille du Fichier | 6.51 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-04-25 |
Date de Publication | 2022-04-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://mondysearch.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mondysearch.com/ |
URL de la Page d'Aide | https://mondysearch.com/aboutUs.html |
URL de la Page de Politique de Confidentialité | https://mondysearch.com/privacyPolicy.html |
Langues Prises en Charge | 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" } |