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 |
电子邮箱 | [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" ] } ] } |