Ask Alfred

Ask Alfred adds an AI's opinion to every web search you make.

What is Ask Alfred?

Ask Alfred is a Chrome extension developed by https://askalfred.co, and its main feature is "Ask Alfred adds an AI's opinion to every web search you make.".

Extension Screenshots

screenshot

Download Ask Alfred Extension CRX File

Download Ask Alfred extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Ask Alfred Ask Alfred
ID imidbnobjebbibahlpkciicognjnbifc
Official URL https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc
Description Ask Alfred adds an AI's opinion to every web search you make.
File Size 14.05 KB
Installation Count 294
Current Version 1.0
Last Updated 2022-12-05
Publish Date 2022-11-01
Rating 5.00/5 Total 1 Ratings
Developer https://askalfred.co
Email [email protected]
Payment Type free
Extension Website https://www.askalfred.co
Help Page URL https://www.askalfred.co/support
Supported Languages 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"
            ]
        }
    ]
}