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文件
下载Perplexity - AI Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
} | |