Ask Alfred
Ask Alfred adds an AI's opinion to every web search you make.
Ask Alfredとは何ですか?
Ask Alfredはhttps://askalfred.coによって開発されたChromeの拡張機能で、その主な機能は「Ask Alfred adds an AI's opinion to every web search you make.」です。
拡張機能のスクリーンショット
Ask Alfred拡張機能のCRXファイルをダウンロード
Ask Alfred拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ask Alfred adds an AI's opinion to every web search you make. Alfred uses GPT-3, the best Artificial Intelligence in the world to give it's opinion on the answer. This extension is helpful to help refine your google search, ask more generic questions without having to click on a link, and just to have fun!
拡張機能の基本情報
名前 | Ask Alfred |
ID | imidbnobjebbibahlpkciicognjnbifc |
公式URL | https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc |
説明 | Ask Alfred adds an AI's opinion to every web search you make. |
ファイルサイズ | 14.05 KB |
インストール数 | 294 |
現在のバージョン | 1.0 |
最終更新日 | 2022-12-05 |
公開日 | 2022-11-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://askalfred.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.askalfred.co |
ヘルプページのURL | https://www.askalfred.co/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ask Alfred", "description": "Ask Alfred adds an AI's opinion to every web search you make.", "version": "1.0", "author": "pipedreamlabs.co", "browser_action": { "default_icon": "icon.png", "default_title": "Ask Alfred - Supercharge Google with an AI" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*" ], "js": [ "insert_html.js" ] } ] } |