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

Was ist AskChatGPT?

AskChatGPT ist eine Chrome-Erweiterung, die von LGG Hub entwickelt wurde, und ihr Hauptmerkmal ist "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AskChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie AskChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
Offizielle URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
Beschreibung Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
Dateigröße 937 KB
Installationsanzahl 42
Aktuelle Version 1.0
Letztes Update 2023-03-12
Veröffentlichungsdatum 2023-03-11
Entwickler LGG Hub
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://lgghub.com/terms
Unterstützte Sprachen 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"
    }
}