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 là gì?
Search & Win là một tiện ích mở rộng Chrome được phát triển bởi https://search.pch.com, và tính năng chính của nó là "This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search & Win
Tải xuống các tệp mở rộng Search & Win dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfebhaagpjealfeeoaggckmpdmadalgm |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-win/lfebhaagpjealfeeoaggckmpdmadalgm |
Mô tả | This extension sets PCH Search&Win as your default search and your new tab to the PCH Search&Win homepage https://search.pch.com |
Kích Thước Tệp | 14.43 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 0.1.28 |
Cập Nhật Lần Cuối | 2019-05-13 |
Ngày Phát Hành | 2019-05-13 |
Đánh Giá | 3.81/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://search.pch.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://search-ace.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } } |