Get Mega Search

Extension adding Mega search engine to browser.

Get Mega Searchคืออะไร?

Get Mega Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmegasearch.com และคุณลักษณะหลักของมันคือ "Extension adding Mega search engine to browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Mega Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}