You.com
Sets Chrome's default search engine to You.com
You.com란 무엇입니까?
You.com은(는) http://you.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets Chrome's default search engine to You.com"입니다.
확장 프로그램 스크린샷
You.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
you.com is the world's first open search engine platform that summarizes the web for you with useful and actionable content. Search less, do more. We believe in great privacy and your choice. We'll never sell your personal information or show targeted ads. By making you.com your default search engine, you're choosing to help build a better internet. Join the movement in making the internet a place of trust, facts, and kindness. Install this extension, and we'll set your default search engine to you.com. The extension has no other permissions and doesn't track anything.
확장 프로그램 기본 정보
이름 | |
ID | afiglppdonkdbkkaghbnpklddbemkbpj |
공식 URL | https://chrome.google.com/webstore/detail/youcom/afiglppdonkdbkkaghbnpklddbemkbpj |
설명 | Sets Chrome's default search engine to You.com |
파일 크기 | 33.03 KB |
설치 횟수 | 22,367 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2022-11-04 |
출시 날짜 | 2021-12-02 |
평점 | 4.13/5 총 46 개의 평점 |
개발자 | http://you.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://you.com |
개인정보 보호 정책 페이지 URL | https://you.com/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "You.com", "manifest_version": 3, "version": "0.0.0.4", "description": "Sets Chrome's default search engine to You.com", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "you.com", "keyword": "you.com", "search_url": "https:\/\/you.com\/search?q={searchTerms}&fromExtension=true", "suggest_url": "https:\/\/you.com\/api\/ac?q={searchTerms}&fromExtension=true", "favicon_url": "https:\/\/you.com\/favicon\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/you.com\/*", "*:\/\/*.you.com\/*" ] } } |