Mondy Search

Mondy Search - The best way to search

Mondy Search là gì?

Mondy Search là một tiện ích mở rộng Chrome được phát triển bởi http://mondysearch.com, và tính năng chính của nó là "Mondy Search - The best way to search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mondy Search

Tải xuống các tệp mở rộng Mondy 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

                        This extension changes your Chrome's Default Search.
Simply start typing your search query in the Omni Bar, also called address bar and perform your first search through Mondy Search.

Easily find what you are looking for on the internet.

Search for selected text using the context menu.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mondy Search Mondy Search
ID iplfmkmnpcbccilaoijakmonjmanlcoo
URL Chính Thức https://chrome.google.com/webstore/detail/mondy-search/iplfmkmnpcbccilaoijakmonjmanlcoo
Mô tả Mondy Search - The best way to search
Kích Thước Tệp 6.51 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-25
Ngày Phát Hành 2022-04-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://mondysearch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mondysearch.com/
URL Trang Trợ Giúp https://mondysearch.com/aboutUs.html
URL Trang Chính Sách Bảo Mật https://mondysearch.com/privacyPolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "back.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.mondysearch.com\/favicon.png",
            "is_default": true,
            "keyword": "Mondy",
            "name": "Mondy Search",
            "search_url": "https:\/\/www.mondysearch.com\/search.php?s=mondysearch&q={searchTerms}",
            "search_url_post_params": ""
        }
    },
    "description": "Mondy Search - The best way to search",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 3,
    "name": "Mondy Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}