Ask Alfred

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

Ask Alfred क्या है?

Ask Alfred https://askalfred.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ask Alfred adds an AI's opinion to every web search you make."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ask Alfred एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Ask Alfred Ask Alfred
ID imidbnobjebbibahlpkciicognjnbifc
आधिकारिक URL https://chromewebstore.google.com/detail/ask-alfred/imidbnobjebbibahlpkciicognjnbifc
विवरण Ask Alfred adds an AI's opinion to every web search you make.
फ़ाइल का आकार 14.05 KB
स्थापना संख्या 294
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-12-05
प्रकाशन तिथि 2022-11-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://askalfred.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.askalfred.co
सहायता पृष्ठ URL https://www.askalfred.co/support
समर्थित भाषाएँ 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"
            ]
        }
    ]
}