First Level Default Search
First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.
First Level Default Search란 무엇입니까?
First Level Default Search은(는) firstleveldefaultsearch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click."입니다.
확장 프로그램 스크린샷
First Level Default Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We present you First Level Default Search as a free Chrome browser extension which allows you to upgrade your default search easily. Enjoy fast and convenient search option and see more additional results for your requests. New horizons are about to be explored. Note that by clicking "Add to Chrome", you accept and agree to install "First Level Default Search" Chrome extension and hereby agree to change default search to First Level Search and use the search program provided by the service, and you agree to the Privacy Policy and Terms of Use. https://firstlevelsearch.com/terms-conditions/ https://firstlevelsearch.com/privacy-policy/ More Information: Start by typing preferred search term into the Google Chrome Omnibox. The First Level Default Search will provide excellent search results powered by Bing. For more technical details you can read about Google Chrome API for Google Chrome Extensions. Visit our website at https://firstlevelsearch.com/ Read more about us: https://firstlevelsearch.com/about/ Uninstall Information: You may remove this extension at any time from the chrome extension page. Uninstall Instructions: https://firstlevelsearch.com/uninstalling-a-chrome-extension/
확장 프로그램 기본 정보
이름 | First Level Default Search |
ID | ilcokdbagihmjgfkoccldflcodbbdnmb |
공식 URL | https://chromewebstore.google.com/detail/first-level-default-searc/ilcokdbagihmjgfkoccldflcodbbdnmb |
설명 | First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click. |
파일 크기 | 29.5 KB |
설치 횟수 | 11,403 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-08-30 |
출시 날짜 | 2021-08-29 |
개발자 | firstleveldefaultsearch |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://firstlevelsearch.com/ |
도움말 페이지 URL | https://firstlevelsearch.com/contact |
개인정보 보호 정책 페이지 URL | https://firstlevelsearch.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/fav.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/firstlevelsearch.com\/media\/fav_ff93ab7b9b\/fav_ff93ab7b9b.png", "is_default": true, "keyword": "firstlevelsearch.com", "name": "First Level", "search_url": "https:\/\/firstlevelsearch.com\/r\/extds9?keywords={searchTerms}" } }, "description": "First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.", "icons": { "128": "img\/fav.png" }, "manifest_version": 2, "name": "First Level Default Search", "permissions": [ "*:\/\/*.firstlevelsearch.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |