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”。
扩展截图
下载Search & Win扩展crx文件
下载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.
扩展基本信息
名称 | |
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 } } } |