Perplexity - AI Search
Upgrade your default search engine
Perplexity - AI Search란 무엇입니까?
Perplexity - AI Search은(는) Perplexity AI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade your default search engine"입니다.
확장 프로그램 스크린샷
Perplexity - AI Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance your search experience with this extension. Instantly connect to Perplexity AI for all your queries. Experience lightning-fast searches, precise answers, and transparent sourcing. Ideal for those keen on efficient, clutter-free web exploration. Features: Copilot: Your AI partner for collaborative search. Perplexity Pro: Powered by GPT-4 & Claude 2.
확장 프로그램 기본 정보
이름 | Perplexity - AI Search |
ID | bnaffjbjpgiagpondjlnneblepbdchol |
공식 URL | https://chromewebstore.google.com/detail/perplexity-ai-search/bnaffjbjpgiagpondjlnneblepbdchol |
설명 | Upgrade your default search engine |
파일 크기 | 6.42 KB |
설치 횟수 | 24,868 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-10-11 |
출시 날짜 | 2023-06-21 |
평점 | 3.53/5 총 30 개의 평점 |
개발자 | Perplexity AI |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Perplexity - AI Search", "version": "1.0.6", "description": "Upgrade your default search engine", "action": { "default_icon": { "48": "companion-48.png", "128": "companion-128.png" } }, "permissions": [], "background": { "service_worker": "bg.js" }, "chrome_settings_overrides": { "homepage": "https:\/\/www.perplexity.ai\/", "search_provider": { "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/www.perplexity.ai\/favicon.ico", "instant_url": "https:\/\/www.perplexity.ai\/search?q={searchTerms}&copilot=false&s=d", "keyword": "perplexity", "name": "Perplexity.ai", "search_url": "https:\/\/www.perplexity.ai\/search?q={searchTerms}&copilot=false&s=d", "suggest_url": "https:\/\/www.perplexity.ai\/suggest?q={searchTerms}&copilot=false&s=d" }, "startup_pages": [ "https:\/\/www.perplexity.ai" ] }, "icons": { "48": "companion-48.png", "128": "companion-128.png" } } |