Ask Alfred
Ask Alfred adds an AI's opinion to every web search you make.
Wat is Ask Alfred?
Ask Alfred is een Chrome-extensie ontwikkeld door https://askalfred.co, en de belangrijkste functie is "Ask Alfred adds an AI's opinion to every web search you make.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ask Alfred
Download Ask Alfred-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Ask Alfred |
ID | imidbnobjebbibahlpkciicognjnbifc |
Officiële URL | https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc |
Beschrijving | Ask Alfred adds an AI's opinion to every web search you make. |
Bestandsgrootte | 14.05 KB |
Aantal Installaties | 294 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-05 |
Publicatiedatum | 2022-11-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://askalfred.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.askalfred.co |
Help Pagina-URL | https://www.askalfred.co/support |
Ondersteunde Talen | 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" ] } ] } |