Presearch.com Search With Us

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

Presearch.com Search With Usคืออะไร?

Presearch.com Search With Us เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://presearch.com และคุณลักษณะหลักของมันคือ "Set your browser's default search to use Presearch.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presearch.com Search With Us

ดาวน์โหลดไฟล์ส่วนขยาย Presearch.com Search With Us ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Presearch.com Search With Us Presearch.com Search With Us
ID inpoelmimmiplkcldmdljiboidfkcfbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh
คำอธิบาย Set your browser's default search to use Presearch.com
ขนาดไฟล์ 19.4 KB
จำนวนการติดตั้ง 129,668
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2019-03-27
คะแนน 4.36/5 รวมทั้งหมด 154 คะแนน
ผู้พัฒนา https://presearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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}"
        }
    }
}