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 |
官方網址 | 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" } |