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은(는) https://search.pch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Search & Win 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    }
}