Perplexity - AI Companion

Ask anything while you browse

Perplexity - AI Companion là gì?

Perplexity - AI Companion là một tiện ích mở rộng Chrome được phát triển bởi https://www.perplexity.ai, và tính năng chính của nó là "Ask anything while you browse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Perplexity - AI Companion

Tải xuống các tệp mở rộng Perplexity - AI Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Perplexity - AI Companion Perplexity - AI Companion
ID hlgbcneanomplepojfcnclggenpcoldo
URL Chính Thức https://chromewebstore.google.com/detail/perplexity-ai-companion/hlgbcneanomplepojfcnclggenpcoldo
Mô tả Ask anything while you browse
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 304,100
Phiên Bản Hiện Tại 1.0.21
Cập Nhật Lần Cuối 2023-10-12
Ngày Phát Hành 2023-02-01
Đánh Giá 4.46/5 Tổng số 193 Đánh Giá
Nhà Phát Triển https://www.perplexity.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.perplexity.ai/
URL Trang Trợ Giúp https://www.perplexity.ai/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}