Mondy Search
Mondy Search - The best way to search
什么是Mondy Search?
Mondy Search是由http://mondysearch.com开发的Chrome扩展程序,该扩展的主要功能是“Mondy Search - The best way to search”。
扩展截图
下载Mondy Search扩展crx文件
下载Mondy Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | iplfmkmnpcbccilaoijakmonjmanlcoo |
官方URL | https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo |
简介 | Mondy Search - The best way to search |
文件大小 | 6.51 KB |
安装次数 | 2,000 |
当前版本 | 0.0.1 |
更新时间 | 2022-04-25 |
上架时间 | 2022-04-25 |
评分 | 5.00/5 共1次评分 |
开发者 | http://mondysearch.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mondysearch.com/ |
帮助页面URL | https://mondysearch.com/aboutUs.html |
隐私政策页面URL | https://mondysearch.com/privacyPolicy.html |
支持的语言 | 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" } |