Perplexity - AI Companion
Ask anything while you browse
什么是Perplexity - AI Companion?
Perplexity - AI Companion是由https://www.perplexity.ai开发的Chrome扩展程序,该扩展的主要功能是“Ask anything while you browse”。
扩展截图
下载Perplexity - AI Companion扩展crx文件
下载Perplexity - AI Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever found yourself buried in browser tabs, trying to find that one answer or summary that makes everything clear? Perplexity is your go-to solution—a harmonious blend of ChatGPT and Google, designed to serve your curiosity instantly.
Features You'll Love:
🔍 Instant Page Summaries: Make sense of any article or webpage at a glance.
🎙 Quick Queries: Ask any question directly from your toolbar—no need to jump between tabs.
🔗 Contextual Understanding: Get answers relevant to your current page or even specific to your current domain.
📬 Shareable Insights: Easily share your discoveries with a clickable link.
💬 Dynamic Conversations: Click to ask follow-up questions for deeper understanding. 扩展基本信息
| 名称 | |
| ID | hlgbcneanomplepojfcnclggenpcoldo |
| 官方URL | https://chromewebstore.google.com/detail/perplexity-ai-companion/hlgbcneanomplepojfcnclggenpcoldo |
| 简介 | Ask anything while you browse |
| 文件大小 | 1.29 MB |
| 安装次数 | 304,100 |
| 当前版本 | 1.0.21 |
| 更新时间 | 2023-10-12 |
| 上架时间 | 2023-02-01 |
| 评分 | 4.46/5 共193次评分 |
| 开发者 | https://www.perplexity.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.perplexity.ai/ |
| 帮助页面URL | https://www.perplexity.ai/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Perplexity - AI Companion",
"description": "Ask anything while you browse",
"incognito": "split",
"version": "1.0.21",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/www.perplexity.ai\/",
"wss:\/\/www.perplexity.ai\/"
],
"icons": {
"48": "icon-new-48.png",
"128": "icon-new-128.png"
}
} | |