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 |
| 官方網址 | 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"
}
} | |