Ask Alfred

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

Co to jest Ask Alfred?

Ask Alfred to rozszerzenie Chrome opracowane przez https://askalfred.co, a jego główną funkcją jest „Ask Alfred adds an AI's opinion to every web search you make.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ask Alfred

Pobierz pliki rozszerzeń Ask Alfred w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Ask Alfred Ask Alfred
ID imidbnobjebbibahlpkciicognjnbifc
Oficjalny URL https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc
Opis Ask Alfred adds an AI's opinion to every web search you make.
Rozmiar pliku 14.05 KB
Liczba instalacji 294
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-05
Data Publikacji 2022-11-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://askalfred.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.askalfred.co
Adres URL Strony Pomocy https://www.askalfred.co/support
Obsługiwane Języki 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"
            ]
        }
    ]
}