Perplexity - AI Search
Upgrade your default search engine
Perplexity - AI Searchとは何ですか?
Perplexity - AI SearchはPerplexity AIによって開発されたChromeの拡張機能で、その主な機能は「Upgrade your default search engine」です。
拡張機能のスクリーンショット
Perplexity - AI Search拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |