Search & Win

This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com

Search & Winคืออะไร?

Search & Win เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://search.pch.com และคุณลักษณะหลักของมันคือ "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com"

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

screenshot

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

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

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

                        This extension sets your PCH Search&Win as your default search provider and also sets your new tab page to the PCH Search&Win homepage, https://search.pch.com.                    

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

ชื่อ Search & Win Search & Win
ID lfebhaagpjealfeeoaggckmpdmadalgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/search-win/lfebhaagpjealfeeoaggckmpdmadalgm
คำอธิบาย This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com
ขนาดไฟล์ 14.43 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 0.1.28
อัปเดตครั้งล่าสุด 2019-05-13
วันที่เผยแพร่ 2019-05-13
คะแนน 3.81/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://search.pch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://search-ace.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search & Win",
    "version": "0.1.28",
    "description": "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https:\/\/search.pch.com",
    "author": "System 1, LLC",
    "icons": {
        "16": "assets\/img\/logo16.png",
        "48": "assets\/img\/logo48.png",
        "128": "assets\/img\/logo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "root.html"
    },
    "browser_action": {
        "default_title": "Search & Win"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.search.pch.com\/*"
        ]
    },
    "permissions": [
        "management",
        "activeTab"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "PCH Omni Search",
            "search_url": "https:\/\/search.pch.com\/omnibar?q={searchTerms}&nfsp=swomnibar",
            "favicon_url": "http:\/\/presto-search.com\/pch.png",
            "keyword": "PCH Omni Search",
            "encoding": "UTF-8",
            "alternate_urls": [],
            "search_url_post_params": "",
            "instant_url_post_params": "",
            "is_default": true
        }
    }
}