BrowserGPT

An AI Sidekick In Your Browser.

BrowserGPT क्या है?

BrowserGPT sudonymously द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI Sidekick In Your Browser."।

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

screenshot
screenshot
screenshot

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

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

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

                        Revolutionize the way you browse the web with BrowserGPT, the ultimate AI-powered browser extension. Say goodbye to endless scrolling and information overload – with BrowserGPT, you'll instantly get summaries of web pages and answers to your questions, all without leaving your browser.

Using BrowserGPT you can...
- Instantly summarize web pages and answer questions on-the-fly with AI-powered technology.
- Generate code from technical docs quickly and easily.
- Learn more efficiently by having a knowledgeable tutor by your side.
- Ask clarifying questions on complex topics while surfing the web.
- Generate posts or replies on social media with ease.
- And many more! The possibilities are endless with BrowserGPT.                    

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

नाम BrowserGPT BrowserGPT
ID bndckfkliphkillmckbdjmjmajijomik
आधिकारिक URL https://chromewebstore.google.com/detail/browsergpt/bndckfkliphkillmckbdjmjmajijomik
विवरण An AI Sidekick In Your Browser.
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 1,029
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2023-04-07
प्रकाशन तिथि 2023-03-20
रेटिंग 4.78/5 कुल 9 रेटिंग्स
डेवलपर sudonymously
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.browsergpt.ai/
सहायता पृष्ठ URL https://www.browsergpt.ai/
गोपनीयता नीति पृष्ठ URL https://www.gptpal.ai/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.6",
    "author": "sudo",
    "name": "BrowserGPT",
    "description": "An AI Sidekick In Your Browser.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7c05c6e1.png",
                "contents.3e96fdc0.css",
                "contents.de12db1a.svg",
                "contents.d4d40255.svg",
                "contents.7edf75a6.svg"
            ]
        }
    ]
}