Get Mega Search
Extension adding Mega search engine to browser.
Get Mega Search là gì?
Get Mega Search là một tiện ích mở rộng Chrome được phát triển bởi https://getmegasearch.com, và tính năng chính của nó là "Extension adding Mega search engine to browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get Mega Search
Tải xuống các tệp mở rộng Get Mega Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Mega Search |
ID | pnibliiijgcmjlgilijllfpmjgjokdhm |
URL Chính Thức | https://chromewebstore.google.com/detail/get-mega-search/pnibliiijgcmjlgilijllfpmjgjokdhm |
Mô tả | Extension adding Mega search engine to browser. |
Kích Thước Tệp | 8.84 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-07-16 |
Ngày Phát Hành | 2021-07-15 |
Nhà Phát Triển | https://getmegasearch.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://getmegasearch.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |