Ask Alfred

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

Apa itu Ask Alfred?

Ask Alfred adalah ekstensi Chrome yang dikembangkan oleh https://askalfred.co, dan fitur utamanya adalah "Ask Alfred adds an AI's opinion to every web search you make.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ask Alfred

Unduh file ekstensi Ask Alfred dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Ask Alfred Ask Alfred
ID imidbnobjebbibahlpkciicognjnbifc
URL Resmi https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc
Deskripsi Ask Alfred adds an AI's opinion to every web search you make.
Ukuran File 14.05 KB
Jumlah Instalasi 294
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-12-05
Tanggal Publikasi 2022-11-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://askalfred.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.askalfred.co
URL Halaman Bantuan https://www.askalfred.co/support
Bahasa yang Didukung 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"
            ]
        }
    ]
}