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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |