Conf Search
This Extension will configure your default search to Conf Search. Start by typing a query in the search field.
Conf Search란 무엇입니까?
Conf Search은(는) https://conf-search.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Extension will configure your default search to Conf Search. Start by typing a query in the search field."입니다.
확장 프로그램 스크린샷
Conf Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will configure your default Search to Conf Search. Please read following carefully: By installing This Extension you agree to change your default Search to Conf Search (conf-search.com) More Information: Start by typing preferred search term into the Google Chrome Browser Omni Bar. The Conf Search will check the best search provider that is suitable for query automatically. For more details you can read about Google Chrome API for Google Chrome Extensions. To remove the Conf Search extension simply go to Google Chrome 'Settings' page, find the menu for 'Extensions' and under the name Conf Search you will find this extension. For uninstallation just use 'Remove' button. For additional information as well as Terms of Services and Privacy Policy please check links bellow: Privacy policy: https://conf-search.com/privacy/ TermsOfService: https://conf-search.com/terms/
확장 프로그램 기본 정보
이름 | |
ID | nffflpajbchhcnblnedgbdondpbbhald |
공식 URL | https://chromewebstore.google.com/detail/conf-search/nffflpajbchhcnblnedgbdondpbbhald |
설명 | This Extension will configure your default search to Conf Search. Start by typing a query in the search field. |
파일 크기 | 93.08 KB |
설치 횟수 | 1,479 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-02-17 |
출시 날짜 | 2021-02-08 |
평점 | 3.92/5 총 26 개의 평점 |
개발자 | https://conf-search.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://conf-search.com/ |
도움말 페이지 URL | https://conf-search.com/contact/ |
개인정보 보호 정책 페이지 URL | https://conf-search.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-2.2.4.js", "js\/background.js" ] }, "browser_action": { "default_icon": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/conf-search.com\/favicon.ico", "keyword": "Conf Search", "name": "Conf Search", "search_url": "https:\/\/conf-search.com\/?q={searchTerms}", "is_default": true } }, "description": "This Extension will configure your default search to Conf Search. Start by typing a query in the search field.", "icons": { "128": "image\/128.png", "64": "image\/64.png", "48": "image\/48.png", "32": "image\/32.png", "16": "image\/16.png" }, "homepage_url": "https:\/\/conf-search.com\/?c=1905", "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "options\/options.html" }, "manifest_version": 2, "name": "Conf Search", "permissions": [ "storage", "unlimitedStorage", "https:\/\/conf-search.com\/*", "https:\/\/conf-search.com\/*", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |