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 |
Eメール | [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 } } } |