Mondy Search

Mondy Search - The best way to search

Mondy Search란 무엇입니까?

Mondy Search은(는) http://mondysearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mondy Search - The best way to search"입니다.

확장 프로그램 스크린샷

screenshot

Mondy Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Mondy Search Mondy Search
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"
}