Perplexity - AI Search
Upgrade your default search engine
Perplexity - AI Searchคืออะไร?
Perplexity - AI Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Perplexity AI และคุณลักษณะหลักของมันคือ "Upgrade your default search engine"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Perplexity - AI Search
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Perplexity - AI Search |
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" } } |