Brave Search
Keep your search private.
Brave Search란 무엇입니까?
Brave Search은(는) Frost에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your search private."입니다.
확장 프로그램 스크린샷
Brave Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple chrome extension that makes it faster to search text using the Brave search engine. I built this extension because it's time consuming to open a new tab, go to search.brave.com and then type or paste the text I'm searching. That's why I built this extension, to save time. How to use: Select any text and then right-click on the selection. You'll see the "Search with Brave" option in the context menu, which when clicked, opens Brave search results in a new tab. Why to use: Brave claims their search engine is built on top of an independent index, and doesn't track users, their searches, or their clicks. Give it a try now and see the advantages for yourself.
확장 프로그램 기본 정보
이름 | Brave Search |
ID | jojedekgcncccnjhilimdojbfnfamkda |
공식 URL | https://chromewebstore.google.com/detail/brave-search/jojedekgcncccnjhilimdojbfnfamkda |
설명 | Keep your search private. |
파일 크기 | 48.19 KB |
설치 횟수 | 1,866 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-03-20 |
출시 날짜 | 2022-02-09 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Frost |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brave Search", "description": "Keep your search private.", "version": "1.0.0", "manifest_version": 3, "icons": { "16": ".\/16x16.png", "32": ".\/32x32.png", "48": ".\/48x48.png", "128": ".\/128x128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/16x16.png", "32": ".\/32x32.png", "48": ".\/48x48.png", "128": ".\/128x128.png" } }, "permissions": [ "contextMenus" ] } |