Ask Alfred

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

Cos'è Ask Alfred?

Ask Alfred è un'estensione di Chrome sviluppata da https://askalfred.co, e la sua funzione principale è "Ask Alfred adds an AI's opinion to every web search you make.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ask Alfred

Scarica i file di estensione Ask Alfred in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Ask Alfred Ask Alfred
ID imidbnobjebbibahlpkciicognjnbifc
URL Ufficiale https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc
Descrizione Ask Alfred adds an AI's opinion to every web search you make.
Dimensione del File 14.05 KB
Conteggio Installazioni 294
Versione Corrente 1.0
Ultimo Aggiornamento 2022-12-05
Data di Pubblicazione 2022-11-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://askalfred.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.askalfred.co
URL della Pagina di Aiuto https://www.askalfred.co/support
Lingue Supportate 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"
            ]
        }
    ]
}