AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

AskChatGPT क्या है?

AskChatGPT LGG Hub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant"।

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

screenshot
screenshot
screenshot

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

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

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

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

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

नाम AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
आधिकारिक URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
विवरण Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
फ़ाइल का आकार 937 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-12
प्रकाशन तिथि 2023-03-11
डेवलपर LGG Hub
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://lgghub.com/terms
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}