AI Browser Assistant

OpenAI powered Assistant

AI Browser Assistant क्या है?

AI Browser Assistant ericpelland94 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenAI powered Assistant"।

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

screenshot
screenshot
screenshot

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

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

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

                        Are you tired of wasting time searching for the information you need online? The AI Browser Assistant is here to help! With just a few clicks, you can translate, summarize, complete, respond, and explain any selected or highlighted text using the new menu in the right-click context menu. This powerful plugin uses the latest AI technology from OpenAI, including the highly advanced ChatGPT3 model, to provide you with fast and accurate answers to your questions. And if you have a question that can't be easily answered, simply use the built-in chat feature to directly communicate with the AI model.

But that's not all! The AI Browser Assistant also lets you customize your experience by modifying the model and settings in the plugin's settings. And getting started is easy - just add your OpenAI API key and you're ready to go. So why wait? Start using the AI Browser Assistant today and take your browsing to the next level!                    

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

नाम AI Browser Assistant AI Browser Assistant
ID acnnfeagheddkehglaipegkdekelpilf
आधिकारिक URL https://chromewebstore.google.com/detail/ai-browser-assistant/acnnfeagheddkehglaipegkdekelpilf
विवरण OpenAI powered Assistant
फ़ाइल का आकार 806 KB
स्थापना संख्या 77
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-01-11
प्रकाशन तिथि 2023-01-10
डेवलपर ericpelland94
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://git.tinyerc.com/ericpelland/AI_Assistant/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Browser Assistant",
    "description": "OpenAI powered Assistant",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fix.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    }
}