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ファイルをダウンロード

Get Mega Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}