Presearch.com Search With Us

Set your browser's default search to use Presearch.com

Presearch.com Search With Us là gì?

Presearch.com Search With Us là một tiện ích mở rộng Chrome được phát triển bởi https://presearch.com, và tính năng chính của nó là "Set your browser's default search to use Presearch.com".

Ả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 Presearch.com Search With Us

Tải xuống các tệp mở rộng Presearch.com Search With Us 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

                        Allows users to search Presearch.com using the browser's address bar.                    

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

Tên Presearch.com Search With Us Presearch.com Search With Us
ID inpoelmimmiplkcldmdljiboidfkcfbh
URL Chính Thức https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh
Mô tả Set your browser's default search to use Presearch.com
Kích Thước Tệp 19.4 KB
Số Lần Cài Đặt 129,668
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2019-03-27
Đánh Giá 4.36/5 Tổng số 154 Đánh Giá
Nhà Phát Triển https://presearch.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Presearch.com Search With Us",
    "description": "Set your browser's default search to use Presearch.com",
    "version": "1.8",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "js": [
                "assets\/send-message.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Presearch",
            "keyword": "Presearch.com",
            "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}",
            "favicon_url": "https:\/\/www.presearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}"
        }
    }
}