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