Presearch.com Search With Us
Set your browser's default search to use Presearch.com
Presearch.com Search With Us란 무엇입니까?
Presearch.com Search With Us은(는) https://presearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your browser's default search to use Presearch.com"입니다.
확장 프로그램 스크린샷
Presearch.com Search With Us 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows users to search Presearch.com using the browser's address bar.
확장 프로그램 기본 정보
이름 | Presearch.com Search With Us |
ID | inpoelmimmiplkcldmdljiboidfkcfbh |
공식 URL | https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh |
설명 | Set your browser's default search to use Presearch.com |
파일 크기 | 19.4 KB |
설치 횟수 | 129,668 |
현재 버전 | 1.8 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2019-03-27 |
평점 | 4.36/5 총 154 개의 평점 |
개발자 | https://presearch.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Presearch.com Search With Us", "description": "Set your browser's default search to use Presearch.com", "version": "1.8", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "js": [ "assets\/send-message.js" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Presearch", "keyword": "Presearch.com", "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}", "favicon_url": "https:\/\/www.presearch.com\/favicon.ico", "encoding": "UTF-8", "is_default": true, "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}" } } } |