Get Mega Search

Extension adding Mega search engine to browser.

Get Mega Search란 무엇입니까?

Get Mega Search은(는) https://getmegasearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension adding Mega search engine to browser."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Change default search engine to make Mega Search your search in Chrome browser address bar (omnibox).
Mega Search is a small and fast Google Chrome extension that helps you change your default search engine in address bar of the browser to Mega Search very easily.

Just click on "Add to Chrome" and "Keep it" buttons (to leave the default search Mega Search) and enjoy new search functionality.

Functionality of extension:
- Simple, one-click installation
- Minimum browser resource usage
- Free Google Chrome extension

Terms of Use: https://getmegasearch.com/terms.html
Privacy Policy: https://getmegasearch.com/privacy.html

By click on the "Add to Chrome" button in the top right hand corner and installing the Mega Search extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.                    

확장 프로그램 기본 정보

이름 Get Mega Search Get Mega Search
ID pnibliiijgcmjlgilijllfpmjgjokdhm
공식 URL https://chromewebstore.google.com/detail/get-mega-search/pnibliiijgcmjlgilijllfpmjgjokdhm
설명 Extension adding Mega search engine to browser.
파일 크기 8.84 KB
설치 횟수 146
현재 버전 1.0.0
최근 업데이트 2021-07-16
출시 날짜 2021-07-15
개발자 https://getmegasearch.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://getmegasearch.com/privacy.html
지원되는 언어 en
manifest.json
{
    "chrome_settings_overrides": {
        "search_provider": {
            "search_url": "https:\/\/getmegasearch.com\/search?q={searchTerms}",
            "name": "Get Mega Search",
            "keyword": "gms",
            "favicon_url": "https:\/\/getmegasearch.com\/favicon.ico",
            "is_default": true,
            "encoding": "UTF-8"
        }
    },
    "version": "1.0.0",
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "name": "Get Mega Search",
    "description": "Extension adding Mega search engine to browser.",
    "permissions": [
        "contextMenus",
        "webRequestBlocking",
        "https:\/\/getmegasearch.com\/*",
        "webRequest"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}