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 |
| Eメール | [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"
}
} | |